Html Css Color HEX #04087F Navy

📋 copy color: '#04087F'

red 4 ◦ green 8 ◦ blue 127

#04087F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #04087F

Tints of Navy #04087F

RGB

 RED value IS 4 (1.95% from 255) = 2.88%

 GREEN value IS 8 (3.52% from 255) = 5.76%

 BLUE value IS 127 (50% from 255) = 91.37%

R = 2.88%
G = 5.76%
B = 91.37%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#04087F (or 0x04087F) is known color: Navy. HEX triplet: 04, 08 and 7F. RGB value is (4,8,127). Sum of RGB (Red+Green+Blue) = 4+8+127=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 127 (50% from 255 or 91.37% from 139); Max value from RGB is 127 - color contains mainly: blue. Hex color #04087F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04087F is #FBF780. Grayscale: #131313. Windows color (decimal): -16512897 or 8325124. OLE color: 8325124.

HSL color Cylindrical-coordinate representation of color #04087F: hue angle of 238.05º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04087F is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 8 127 -
CMYK 0.97 0.94 0 0.50
HSL 238.05º 0.94% 0.26% -
HSV(B) 238.05º 0.97% 0.5% -
XYZ 3.97 1.73 20.2 -
YUV 20.37 188.17 116.32 -
System Red Green Blue C M Y K H S L
Decimal 4 8 127 0.97 0.94 0 0.50 238.05 0.94 0.26
Hex 4 8 7F 61 5E 0 32 EE 5E 1A
Octal 4 10 177 141 136 0 62 356 136 32
Binary 100 1000 1111111 1100001 1011110 0 110010 11101110 1011110 11010

Color Harmonies of #04087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04087F

Black with #04087F

Text Example


Text Example

White with #04087F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04087F; }

 p { color: rgb(4,8,127); }

 H1.HeaderClassName
 {
   color: #04087F;
 }
 .AnyTagClassName
 {
   color: #04087F;
 }
</style>

background-color css

<style>
 a { background-color: #04087F; }

 a { background-color: rgb(4,8,127); }

 div.DivClassName
 {
   background-color: #04087F;
 }
 .BgClassName
 {
   background-color: #04087F;
 }
</style>

border-color css

<style>
 span { border-color: #04087F; }

 span { border-color: rgb(4,8,127); }

 td.TdClassName
 {
   border-color: #04087F;
 }
 .TagClassName
 {
   border-color: #04087F;
 }
</style>