#091082

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

Shades of Navy #091082

Tints of Navy #091082

Color information

#091082 (or 0x091082) is unknown color: approx Navy. HEX triplet: 09, 10 and 82. RGB value is (9,16,130). Sum of RGB (Red+Green+Blue) = 9+16+130=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 130 (51.17% from 255 or 83.87% from 155); Max value from RGB is 130 - color contains mainly: blue. Hex color #091082 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091082 is #F6EF7D. Grayscale: #1A1A1A. Windows color (decimal): -16183166 or 8523785. OLE color: 8523785.

HSL color Cylindrical-coordinate representation of color #091082: hue angle of 236.53º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091082 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB916130-
CMYK0.930.8800.49
HSL236.53º87.05%27.25%-
HSV(B)236.53º93.08%50.98%-
XYZ4.332.0421.28-
YUV26.9186.18115.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.81%
GREEN value IS 16 (6.64% from 255) = 10.32%
BLUE value IS 130 (51.17% from 255) = 83.87%
R=5.81%
G=10.32%
B=83.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9161300.930.8800.49236.5387.0527.25
Hex910825D58031ed571b
Octal112020213513006135512733
Binary1001100001000001010111011011000011000111101101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091082; }

 p { color: rgb(9,16,130); }

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

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

 a { background-color: rgb(9,16,130); }

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

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

 span { border-color: rgb(9,16,130); }

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