Html Css Color HEX #04006E Navy

📋 copy color: '#04006E'

red 4 ◦ green 0 ◦ blue 110

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

Shades of Navy #04006E

Tints of Navy #04006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 3.51%
G = 0%
B = 96.49%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#04006E (or 0x04006E) is known color: Navy. HEX triplet: 04, 00 and 6E. RGB value is (4,0,110). Sum of RGB (Red+Green+Blue) = 4+0+110=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 110 (43.36% from 255 or 96.49% from 114); Max value from RGB is 110 - color contains mainly: blue. Hex color #04006E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04006E is #FBFF91. Grayscale: #0D0D0D. Windows color (decimal): -16514962 or 7208964. OLE color: 7208964.

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

Color convert

RGB 4 0 110 -
CMYK 0.96 1 0 0.57
HSL 242.18º 1% 0.22% -
HSV(B) 242.18º 1% 0.43% -
XYZ 2.86 1.15 14.82 -
YUV 13.74 182.33 121.06 -
System Red Green Blue C M Y K H S L
Decimal 4 0 110 0.96 1 0 0.57 242.18 1 0.22
Hex 4 0 6E 60 64 0 39 F2 64 16
Octal 4 0 156 140 144 0 71 362 144 26
Binary 100 0 1101110 1100000 1100100 0 111001 11110010 1100100 10110

Color Harmonies of #04006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04006E

Black with #04006E

Text Example


Text Example

White with #04006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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