#080983

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

Shades of Navy #080983

Tints of Navy #080983

Color information

#080983 (or 0x080983) is unknown color: approx Navy. HEX triplet: 08, 09 and 83. RGB value is (8,9,131). Sum of RGB (Red+Green+Blue) = 8+9+131=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 9 (3.91% from 255 or 6.08% 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 #080983 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080983 is #F7F67C. Grayscale: #161616. Windows color (decimal): -16250493 or 8587528. OLE color: 8587528.

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

Color convert

RGB89131-
CMYK0.940.9300.49
HSL239.51º88.49%27.25%-
HSV(B)239.51º93.89%51.37%-
XYZ4.291.8921.61-
YUV22.61189.17117.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal891310.940.9300.49239.5188.4927.25
Hex89835E5D031f0581b
Octal101120313613506136013033
Binary100010011000001110111101011101011000111110000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080983; }

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

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

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

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

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

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

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

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