Html Css Color HEX #04006A Navy

📋 copy color: '#04006A'

red 4 ◦ green 0 ◦ blue 106

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

Shades of Navy #04006A

Tints of Navy #04006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 96.36%

R = 3.64%
G = 0%
B = 96.36%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04006A (or 0x04006A) is known color: Navy. HEX triplet: 04, 00 and 6A. RGB value is (4,0,106). Sum of RGB (Red+Green+Blue) = 4+0+106=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 106 (41.80% from 255 or 96.36% from 110); Max value from RGB is 106 - color contains mainly: blue. Hex color #04006A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04006A is #FBFF95. Grayscale: #0C0C0C. Windows color (decimal): -16514966 or 6946820. OLE color: 6946820.

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

Color convert

RGB 4 0 106 -
CMYK 0.96 1 0 0.58
HSL 242.26º 1% 0.21% -
HSV(B) 242.26º 1% 0.42% -
XYZ 2.65 1.07 13.7 -
YUV 13.28 180.33 121.38 -
System Red Green Blue C M Y K H S L
Decimal 4 0 106 0.96 1 0 0.58 242.26 1 0.21
Hex 4 0 6A 60 64 0 3A F2 64 15
Octal 4 0 152 140 144 0 72 362 144 25
Binary 100 0 1101010 1100000 1100100 0 111010 11110010 1100100 10101

Color Harmonies of #04006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04006A

Black with #04006A

Text Example


Text Example

White with #04006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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