Html Css Color HEX #04006B Navy

📋 copy color: '#04006B'

red 4 ◦ green 0 ◦ blue 107

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

Shades of Navy #04006B

Tints of Navy #04006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 96.4%

R = 3.6%
G = 0%
B = 96.4%

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

#04006B (or 0x04006B) is known color: Navy. HEX triplet: 04, 00 and 6B. RGB value is (4,0,107). Sum of RGB (Red+Green+Blue) = 4+0+107=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 107 (42.19% from 255 or 96.40% from 111); Max value from RGB is 107 - color contains mainly: blue. Hex color #04006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04006B is #FBFF94. Grayscale: #0C0C0C. Windows color (decimal): -16514965 or 7012356. OLE color: 7012356.

HSL color Cylindrical-coordinate representation of color #04006B: hue angle of 242.24º 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 #04006B is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 0 107 -
CMYK 0.96 1 0 0.58
HSL 242.24º 1% 0.21% -
HSV(B) 242.24º 1% 0.42% -
XYZ 2.7 1.09 13.98 -
YUV 13.39 180.83 121.3 -
System Red Green Blue C M Y K H S L
Decimal 4 0 107 0.96 1 0 0.58 242.24 1 0.21
Hex 4 0 6B 60 64 0 3A F2 64 15
Octal 4 0 153 140 144 0 72 362 144 25
Binary 100 0 1101011 1100000 1100100 0 111010 11110010 1100100 10101

Color Harmonies of #04006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04006B

Black with #04006B

Text Example


Text Example

White with #04006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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