Color Hex Logo

#00287f Color Hex

#00287F
(0,40,127)
1 Favorites   0 Comments

Color spaces of #00287f

RGB 040127
HSL0.611.000.25
HSV221°100°50°
CMYK 1.000.690.00   0.50
XYZ4.58963.049920.4255
Yxy3.04990.16350.1087
Hunter Lab17.464016.3486-57.1196
CIE-Lab20.242625.8561-52.0027

#00287f color RGB value is (0,40,127).

#00287f hex color red value is 0, green value is 40 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #00287f hue: 0.61 , saturation: 1.00 and the lightness value of 00287f is 0.25.

The process color (four color CMYK) of #00287f color hex is 1.00, 0.69, 0.00, 0.50. Web safe color of #00287f is #003366. Color #00287f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101000 01111111
Octal 0 50 177
Decimal 0 40 127
Hex 0 28 7F

RGB Percentages of Color #00287f

%0.00
%23.95
%76.05

CMYK Percentages of Color #00287f

%100
%69
%0
%50

Triadic Colors of #00287f

#00287f #7f0028 #287f00

Analogous Colors of #00287f

#00287f #18007f #00687f

Monochromatic Colors of #00287f

#00287f

Complementary Color

#00287f #7f5700

#00287f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00287f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00287f Color CSS Codes

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

#00287f Text Font Color

<p style="color:#00287f">Text here</p>

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


#00287f Background Color

<div style="background-color:#00287f">
Div content here</div>

This div background color is #00287f


#00287f Border Color

<div style="border:3px solid #00287f">
Div here</div>

This div border color is #00287f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00287f


Comments

No comments written yet.

Please login to write comment.