#080883

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

Shades of Navy #080883

Tints of Navy #080883

Color information

#080883 (or 0x080883) is unknown color: approx Navy. HEX triplet: 08, 08 and 83. RGB value is (8,8,131). Sum of RGB (Red+Green+Blue) = 8+8+131=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 131 (51.56% from 255 or 89.12% from 147); Max value from RGB is 131 - color contains mainly: blue. Hex color #080883 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080883 is #F7F77C. Grayscale: #151515. Windows color (decimal): -16250749 or 8587272. OLE color: 8587272.

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

Color convert

RGB88131-
CMYK0.940.9400.49
HSL240º88.49%27.25%-
HSV(B)240º93.89%51.37%-
XYZ4.281.8621.61-
YUV22.02189.5118-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.44%
GREEN value IS 8 (3.52% from 255) = 5.44%
BLUE value IS 131 (51.56% from 255) = 89.12%
R=5.44%
G=5.44%
B=89.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal881310.940.9400.4924088.4927.25
Hex88835E5E031f0581b
Octal101020313613606136013033
Binary100010001000001110111101011110011000111110000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080883; }

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

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

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

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

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

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

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

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