#090F82

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

Shades of Navy #090F82

Tints of Navy #090F82

Color information

#090F82 (or 0x090F82) is unknown color: approx Navy. HEX triplet: 09, 0F and 82. RGB value is (9,15,130). Sum of RGB (Red+Green+Blue) = 9+15+130=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 130 (51.17% from 255 or 84.42% from 154); Max value from RGB is 130 - color contains mainly: blue. Hex color #090F82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090F82 is #F6F07D. Grayscale: #191919. Windows color (decimal): -16183422 or 8523529. OLE color: 8523529.

HSL color Cylindrical-coordinate representation of color #090F82: hue angle of 237.02º 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 #090F82 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB915130-
CMYK0.930.8800.49
HSL237.02º87.05%27.25%-
HSV(B)237.02º93.08%50.98%-
XYZ4.312.0121.28-
YUV26.32186.51115.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.84%
GREEN value IS 15 (6.25% from 255) = 9.74%
BLUE value IS 130 (51.17% from 255) = 84.42%
R=5.84%
G=9.74%
B=84.42%

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
Decimal9151300.930.8800.49237.0287.0527.25
Hex9F825D58031ed571b
Octal111720213513006135512733
Binary100111111000001010111011011000011000111101101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090F82; }

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

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

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

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

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

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

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

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