Color Hex Logo

#00285e Color Hex

#00285E
(0,40,94)
1 Favorites   0 Comments

Color spaces of #00285e

RGB 04094
HSL0.601.000.18
HSV214°100°37°
CMYK 1.000.570.00   0.63
XYZ2.77922.325710.8921
Yxy2.32570.17370.1454
Hunter Lab15.25025.8419-31.6712
CIE-Lab17.111311.3179-35.7542

#00285e color RGB value is (0,40,94).

#00285e hex color red value is 0, green value is 40 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #00285e hue: 0.60 , saturation: 1.00 and the lightness value of 00285e is 0.18.

The process color (four color CMYK) of #00285e color hex is 1.00, 0.57, 0.00, 0.63. Web safe color of #00285e is #003366. Color #00285e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101000 01011110
Octal 0 50 136
Decimal 0 40 94
Hex 0 28 5E

RGB Percentages of Color #00285e

%0.00
%29.85
%70.15

CMYK Percentages of Color #00285e

%100
%57
%0
%63

Triadic Colors of #00285e

#00285e #5e0028 #285e00

Analogous Colors of #00285e

#00285e #07005e #00575e

Monochromatic Colors of #00285e

#00285e

Complementary Color

#00285e #5e3600

#00285e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00285e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00285e Color CSS Codes

.mybgcolor {background-color:#00285e; } 
.myforecolor {color:#00285e; }
.mybordercolor {border:3px solid #00285e; }

#00285e Text Font Color

<p style="color:#00285e">Text here</p>

This sample text font color is #00285e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00285e Background Color

<div style="background-color:#00285e">
Div content here</div>

This div background color is #00285e


#00285e Border Color

<div style="border:3px solid #00285e">
Div here</div>

This div border color is #00285e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,40,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00285e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00285e;
  -webkit-box-shadow: 1px 1px 3px 2px #00285e;
  box-shadow:         1px 1px 3px 2px #00285e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,40,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00285e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #00285e;
  -webkit-box-shadow: 1px 1px 3px 2px #00285e;
  box-shadow:         1px 1px 3px 2px #00285e;">
Div content here</div>

This div box has shadow with color #00285e

#00285e Color Palettes


Comments

No comments written yet.

Please login to write comment.