#06096F

Color #06096F Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #06096F

Tints of Navy #06096F

Color information

#06096F (or 0x06096F) is unknown color: approx Navy. HEX triplet: 06, 09 and 6F. RGB value is (6,9,111). Sum of RGB (Red+Green+Blue) = 6+9+111=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 111 (43.75% from 255 or 88.10% from 126); Max value from RGB is 111 - color contains mainly: blue. Hex color #06096F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06096F is #F9F690. Grayscale: #131313. Windows color (decimal): -16381585 or 7276806. OLE color: 7276806.

HSL color Cylindrical-coordinate representation of color #06096F: hue angle of 238.29º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06096F is Cyan = 0.95, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB69111-
CMYK0.950.9200.56
HSL238.29º89.74%22.94%-
HSV(B)238.29º94.59%43.53%-
XYZ3.041.3815.15-
YUV19.73179.51118.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 111 (43.75% from 255) = 88.10%
R=4.76%
G=7.14%
B=88.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal691110.950.9200.56238.2989.7422.94
Hex696F5F5C038ee5a17
Octal61115713713407035613227
Binary1101001110111110111111011100011100011101110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06096F; }

 p { color: rgb(6,9,111); }

 H1.HeaderClassName
 {
   color: #06096F;
 }
 .AnyTagClassName
 {
   color: #06096F;
 }
</style>
background-color css

<style>
 a { background-color: #06096F; }

 a { background-color: rgb(6,9,111); }

 div.DivClassName
 {
   background-color: #06096F;
 }
 .BgClassName
 {
   background-color: #06096F;
 }
</style>
border-color css

<style>
 span { border-color: #06096F; }

 span { border-color: rgb(6,9,111); }

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