Html Css Color HEX #04006D Navy

📋 copy color: '#04006D'

red 4 ◦ green 0 ◦ blue 109

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

Shades of Navy #04006D

Tints of Navy #04006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 96.46%

R = 3.54%
G = 0%
B = 96.46%

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

#04006D (or 0x04006D) is known color: Navy. HEX triplet: 04, 00 and 6D. RGB value is (4,0,109). Sum of RGB (Red+Green+Blue) = 4+0+109=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 109 (42.97% from 255 or 96.46% from 113); Max value from RGB is 109 - color contains mainly: blue. Hex color #04006D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04006D is #FBFF92. Grayscale: #0D0D0D. Windows color (decimal): -16514963 or 7143428. OLE color: 7143428.

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

Color convert

RGB 4 0 109 -
CMYK 0.96 1 0 0.57
HSL 242.2º 1% 0.21% -
HSV(B) 242.2º 1% 0.43% -
XYZ 2.81 1.13 14.54 -
YUV 13.62 181.83 121.14 -
System Red Green Blue C M Y K H S L
Decimal 4 0 109 0.96 1 0 0.57 242.2 1 0.21
Hex 4 0 6D 60 64 0 39 F2 64 15
Octal 4 0 155 140 144 0 71 362 144 25
Binary 100 0 1101101 1100000 1100100 0 111001 11110010 1100100 10101

Color Harmonies of #04006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04006D

Black with #04006D

Text Example


Text Example

White with #04006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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