#06096D

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

Shades of Navy #06096D

Tints of Navy #06096D

Color information

#06096D (or 0x06096D) is unknown color: approx Navy. HEX triplet: 06, 09 and 6D. RGB value is (6,9,109). Sum of RGB (Red+Green+Blue) = 6+9+109=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 109 (42.97% from 255 or 87.90% from 124); Max value from RGB is 109 - color contains mainly: blue. Hex color #06096D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06096D is #F9F692. Grayscale: #131313. Windows color (decimal): -16381587 or 7145734. OLE color: 7145734.

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

Color convert

RGB69109-
CMYK0.940.9200.57
HSL238.25º89.57%22.55%-
HSV(B)238.25º94.5%42.75%-
XYZ2.931.3414.57-
YUV19.5178.51118.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.84%
GREEN value IS 9 (3.91% from 255) = 7.26%
BLUE value IS 109 (42.97% from 255) = 87.90%
R=4.84%
G=7.26%
B=87.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal691090.940.9200.57238.2589.5722.55
Hex696D5E5C039ee5a17
Octal61115513613407135613227
Binary1101001110110110111101011100011100111101110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06096D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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