#090B82

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

Shades of Navy #090B82

Tints of Navy #090B82

Color information

#090B82 (or 0x090B82) is unknown color: approx Navy. HEX triplet: 09, 0B and 82. RGB value is (9,11,130). Sum of RGB (Red+Green+Blue) = 9+11+130=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 130 (51.17% from 255 or 86.67% from 150); Max value from RGB is 130 - color contains mainly: blue. Hex color #090B82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090B82 is #F6F47D. Grayscale: #171717. Windows color (decimal): -16184446 or 8522505. OLE color: 8522505.

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

Color convert

RGB911130-
CMYK0.930.9200.49
HSL239.01º87.05%27.25%-
HSV(B)239.01º93.08%50.98%-
XYZ4.261.9121.26-
YUV23.97187.84117.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6%
GREEN value IS 11 (4.69% from 255) = 7.33%
BLUE value IS 130 (51.17% from 255) = 86.67%
R=6%
G=7.33%
B=86.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9111300.930.9200.49239.0187.0527.25
Hex9B825D5C031ef571b
Octal111320213513406135712733
Binary100110111000001010111011011100011000111101111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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