#080283

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

Shades of Navy #080283

Tints of Navy #080283

Color information

#080283 (or 0x080283) is unknown color: approx Navy. HEX triplet: 08, 02 and 83. RGB value is (8,2,131). Sum of RGB (Red+Green+Blue) = 8+2+131=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 131 (51.56% from 255 or 92.91% from 141); Max value from RGB is 131 - color contains mainly: blue. Hex color #080283 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080283 is #F7FD7C. Grayscale: #111111. Windows color (decimal): -16252285 or 8585736. OLE color: 8585736.

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

Color convert

RGB82131-
CMYK0.940.9800.49
HSL242.79º96.99%26.08%-
HSV(B)242.79º98.47%51.37%-
XYZ4.221.7321.59-
YUV18.5191.49120.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.67%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 131 (51.56% from 255) = 92.91%
R=5.67%
G=1.42%
B=92.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal821310.940.9800.49242.7996.9926.08
Hex82835E62031f3611a
Octal10220313614206136314132
Binary1000101000001110111101100010011000111110011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080283; }

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

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

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

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

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

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

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

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