#090982

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

Shades of Navy #090982

Tints of Navy #090982

Color information

#090982 (or 0x090982) is unknown color: approx Navy. HEX triplet: 09, 09 and 82. RGB value is (9,9,130). Sum of RGB (Red+Green+Blue) = 9+9+130=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 130 (51.17% from 255 or 87.84% from 148); Max value from RGB is 130 - color contains mainly: blue. Hex color #090982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090982 is #F6F67D. Grayscale: #161616. Windows color (decimal): -16184958 or 8521993. OLE color: 8521993.

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

Color convert

RGB99130-
CMYK0.930.9300.49
HSL240º87.05%27.25%-
HSV(B)240º93.08%50.98%-
XYZ4.241.8721.26-
YUV22.79188.5118.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.08%
GREEN value IS 9 (3.91% from 255) = 6.08%
BLUE value IS 130 (51.17% from 255) = 87.84%
R=6.08%
G=6.08%
B=87.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal991300.930.9300.4924087.0527.25
Hex99825D5D031f0571b
Octal111120213513506136012733
Binary100110011000001010111011011101011000111110000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090982; }

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

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

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

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

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

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

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

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