#090883

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

Shades of Navy #090883

Tints of Navy #090883

Color information

#090883 (or 0x090883) is unknown color: approx Navy. HEX triplet: 09, 08 and 83. RGB value is (9,8,131). Sum of RGB (Red+Green+Blue) = 9+8+131=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 131 (51.56% from 255 or 88.51% from 148); Max value from RGB is 131 - color contains mainly: blue. Hex color #090883 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090883 is #F6F77C. Grayscale: #151515. Windows color (decimal): -16185213 or 8587273. OLE color: 8587273.

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

Color convert

RGB98131-
CMYK0.930.9400.49
HSL240.49º88.49%27.25%-
HSV(B)240.49º93.89%51.37%-
XYZ4.31.8721.61-
YUV22.32189.33118.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.08%
GREEN value IS 8 (3.52% from 255) = 5.41%
BLUE value IS 131 (51.56% from 255) = 88.51%
R=6.08%
G=5.41%
B=88.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981310.930.9400.49240.4988.4927.25
Hex98835D5E031f0581b
Octal111020313513606136013033
Binary100110001000001110111011011110011000111110000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090883; }

 p { color: rgb(9,8,131); }

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

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

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

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

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

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

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