Html Css Color HEX #04037C Navy

📋 copy color: '#04037C'

red 4 ◦ green 3 ◦ blue 124

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

Shades of Navy #04037C

Tints of Navy #04037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.29%

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

R = 3.05%
G = 2.29%
B = 94.66%

CMYK

 C value IS 0.97

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#04037C (or 0x04037C) is known color: Navy. HEX triplet: 04, 03 and 7C. RGB value is (4,3,124). Sum of RGB (Red+Green+Blue) = 4+3+124=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 124 (48.83% from 255 or 94.66% from 131); Max value from RGB is 124 - color contains mainly: blue. Hex color #04037C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04037C is #FBFC83. Grayscale: #101010. Windows color (decimal): -16514180 or 8127236. OLE color: 8127236.

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

Color convert

RGB 4 3 124 -
CMYK 0.97 0.98 0 0.51
HSL 240.5º 0.95% 0.25% -
HSV(B) 240.5º 0.98% 0.49% -
XYZ 3.72 1.55 19.17 -
YUV 17.09 188.33 118.66 -
System Red Green Blue C M Y K H S L
Decimal 4 3 124 0.97 0.98 0 0.51 240.5 0.95 0.25
Hex 4 3 7C 61 62 0 33 F0 5F 19
Octal 4 3 174 141 142 0 63 360 137 31
Binary 100 11 1111100 1100001 1100010 0 110011 11110000 1011111 11001

Color Harmonies of #04037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04037C

Black with #04037C

Text Example


Text Example

White with #04037C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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