Html Css Color HEX #04057E Navy

📋 copy color: '#04057E'

red 4 ◦ green 5 ◦ blue 126

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

Shades of Navy #04057E

Tints of Navy #04057E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.7%

 BLUE value IS 126 (49.61% from 255) = 93.33%

R = 2.96%
G = 3.7%
B = 93.33%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#04057E (or 0x04057E) is known color: Navy. HEX triplet: 04, 05 and 7E. RGB value is (4,5,126). Sum of RGB (Red+Green+Blue) = 4+5+126=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 126 (49.61% from 255 or 93.33% from 135); Max value from RGB is 126 - color contains mainly: blue. Hex color #04057E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04057E is #FBFA81. Grayscale: #121212. Windows color (decimal): -16513666 or 8258820. OLE color: 8258820.

HSL color Cylindrical-coordinate representation of color #04057E: hue angle of 239.51º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04057E is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 4 5 126 -
CMYK 0.97 0.96 0 0.51
HSL 239.51º 0.94% 0.25% -
HSV(B) 239.51º 0.97% 0.49% -
XYZ 3.87 1.64 19.85 -
YUV 18.5 188.67 117.66 -
System Red Green Blue C M Y K H S L
Decimal 4 5 126 0.97 0.96 0 0.51 239.51 0.94 0.25
Hex 4 5 7E 61 60 0 33 F0 5E 19
Octal 4 5 176 141 140 0 63 360 136 31
Binary 100 101 1111110 1100001 1100000 0 110011 11110000 1011110 11001

Color Harmonies of #04057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04057E

Black with #04057E

Text Example


Text Example

White with #04057E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04057E; }

 p { color: rgb(4,5,126); }

 H1.HeaderClassName
 {
   color: #04057E;
 }
 .AnyTagClassName
 {
   color: #04057E;
 }
</style>

background-color css

<style>
 a { background-color: #04057E; }

 a { background-color: rgb(4,5,126); }

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

border-color css

<style>
 span { border-color: #04057E; }

 span { border-color: rgb(4,5,126); }

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