Html Css Color HEX #04057C Navy

📋 copy color: '#04057C'

red 4 ◦ green 5 ◦ blue 124

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

Shades of Navy #04057C

Tints of Navy #04057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 93.23%

R = 3.01%
G = 3.76%
B = 93.23%

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

#04057C (or 0x04057C) is known color: Navy. HEX triplet: 04, 05 and 7C. RGB value is (4,5,124). Sum of RGB (Red+Green+Blue) = 4+5+124=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 124 (48.83% from 255 or 93.23% from 133); Max value from RGB is 124 - color contains mainly: blue. Hex color #04057C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04057C is #FBFA83. Grayscale: #111111. Windows color (decimal): -16513668 or 8127748. OLE color: 8127748.

HSL color Cylindrical-coordinate representation of color #04057C: hue angle of 239.5º 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 #04057C is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 4 5 124 -
CMYK 0.97 0.96 0 0.51
HSL 239.5º 0.94% 0.25% -
HSV(B) 239.5º 0.97% 0.49% -
XYZ 3.74 1.59 19.18 -
YUV 18.27 187.67 117.82 -
System Red Green Blue C M Y K H S L
Decimal 4 5 124 0.97 0.96 0 0.51 239.5 0.94 0.25
Hex 4 5 7C 61 60 0 33 F0 5E 19
Octal 4 5 174 141 140 0 63 360 136 31
Binary 100 101 1111100 1100001 1100000 0 110011 11110000 1011110 11001

Color Harmonies of #04057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04057C

Black with #04057C

Text Example


Text Example

White with #04057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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