Html Css Color HEX #04047C Navy

📋 copy color: '#04047C'

red 4 ◦ green 4 ◦ blue 124

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

Shades of Navy #04047C

Tints of Navy #04047C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.03%

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

R = 3.03%
G = 3.03%
B = 93.94%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#04047C (or 0x04047C) is known color: Navy. HEX triplet: 04, 04 and 7C. RGB value is (4,4,124). Sum of RGB (Red+Green+Blue) = 4+4+124=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 124 (48.83% from 255 or 93.94% from 132); Max value from RGB is 124 - color contains mainly: blue. Hex color #04047C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04047C is #FBFB83. Grayscale: #111111. Windows color (decimal): -16513924 or 8127492. OLE color: 8127492.

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

Color convert

RGB 4 4 124 -
CMYK 0.97 0.97 0 0.51
HSL 240º 0.94% 0.25% -
HSV(B) 240º 0.97% 0.49% -
XYZ 3.73 1.57 19.17 -
YUV 17.68 188 118.24 -
System Red Green Blue C M Y K H S L
Decimal 4 4 124 0.97 0.97 0 0.51 240 0.94 0.25
Hex 4 4 7C 61 61 0 33 F0 5E 19
Octal 4 4 174 141 141 0 63 360 136 31
Binary 100 100 1111100 1100001 1100001 0 110011 11110000 1011110 11001

Color Harmonies of #04047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04047C

Black with #04047C

Text Example


Text Example

White with #04047C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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