Html Css Color HEX #06006E Navy

📋 copy color: '#06006E'

red 6 ◦ green 0 ◦ blue 110

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

Shades of Navy #06006E

Tints of Navy #06006E

RGB

 RED value IS 6 (2.73% from 255) = 5.17%

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

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

R = 5.17%
G = 0%
B = 94.83%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06006E (or 0x06006E) is known color: Navy. HEX triplet: 06, 00 and 6E. RGB value is (6,0,110). Sum of RGB (Red+Green+Blue) = 6+0+110=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 110 (43.36% from 255 or 94.83% from 116); Max value from RGB is 110 - color contains mainly: blue. Hex color #06006E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06006E is #F9FF91. Grayscale: #0D0D0D. Windows color (decimal): -16383890 or 7208966. OLE color: 7208966.

HSL color Cylindrical-coordinate representation of color #06006E: hue angle of 243.27º 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 #06006E is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 0 110 -
CMYK 0.95 1 0 0.57
HSL 243.27º 1% 0.22% -
HSV(B) 243.27º 1% 0.43% -
XYZ 2.89 1.16 14.82 -
YUV 14.33 181.99 122.06 -
System Red Green Blue C M Y K H S L
Decimal 6 0 110 0.95 1 0 0.57 243.27 1 0.22
Hex 6 0 6E 5F 64 0 39 F3 64 16
Octal 6 0 156 137 144 0 71 363 144 26
Binary 110 0 1101110 1011111 1100100 0 111001 11110011 1100100 10110

Color Harmonies of #06006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06006E

Black with #06006E

Text Example


Text Example

White with #06006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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