Color Hex Logo

#00288e Color Hex

#00288E
(0,40,142)
0 Favorites   0 Comments

Color spaces of #00288e

RGB 040142
HSL0.621.000.28
HSV223°100°56°
CMYK 1.000.720.00   0.44
XYZ5.64133.470625.9637
Yxy3.47060.16080.0989
Hunter Lab18.629521.4507-69.5908
CIE-Lab21.837831.9429-58.7844

#00288e color RGB value is (0,40,142).

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

The process color (four color CMYK) of #00288e color hex is 1.00, 0.72, 0.00, 0.44. Web safe color of #00288e is #003399. Color #00288e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101000 10001110
Octal 0 50 216
Decimal 0 40 142
Hex 0 28 8E

RGB Percentages of Color #00288e

%0.00
%21.98
%78.02

CMYK Percentages of Color #00288e

%100
%72
%0
%44

Triadic Colors of #00288e

#00288e #8e0028 #288e00

Analogous Colors of #00288e

#00288e #1f008e #006f8e

Monochromatic Colors of #00288e

#00288e

Complementary Color

#00288e #8e6600

#00288e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00288e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00288e Color CSS Codes

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

#00288e Text Font Color

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

This sample text font color is #00288e
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.


#00288e Background Color

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

This div background color is #00288e


#00288e Border Color

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

This div border color is #00288e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00288e


Comments

No comments written yet.

Please login to write comment.