Html Css Color HEX #04056E Navy

📋 copy color: '#04056E'

red 4 ◦ green 5 ◦ blue 110

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

Shades of Navy #04056E

Tints of Navy #04056E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 92.44%

R = 3.36%
G = 4.2%
B = 92.44%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#04056E (or 0x04056E) is known color: Navy. HEX triplet: 04, 05 and 6E. RGB value is (4,5,110). Sum of RGB (Red+Green+Blue) = 4+5+110=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 110 (43.36% from 255 or 92.44% from 119); Max value from RGB is 110 - color contains mainly: blue. Hex color #04056E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04056E is #FBFA91. Grayscale: #101010. Windows color (decimal): -16513682 or 7210244. OLE color: 7210244.

HSL color Cylindrical-coordinate representation of color #04056E: hue angle of 239.43º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04056E is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 4 5 110 -
CMYK 0.96 0.95 0 0.57
HSL 239.43º 0.93% 0.22% -
HSV(B) 239.43º 0.96% 0.43% -
XYZ 2.92 1.26 14.84 -
YUV 16.67 180.67 118.96 -
System Red Green Blue C M Y K H S L
Decimal 4 5 110 0.96 0.95 0 0.57 239.43 0.93 0.22
Hex 4 5 6E 60 5F 0 39 EF 5D 16
Octal 4 5 156 140 137 0 71 357 135 26
Binary 100 101 1101110 1100000 1011111 0 111001 11101111 1011101 10110

Color Harmonies of #04056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04056E

Black with #04056E

Text Example


Text Example

White with #04056E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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