#082F80

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

Shades of Smalt #082F80

Tints of Smalt #082F80

Color information

#082F80 (or 0x082F80) is unknown color: approx Smalt. HEX triplet: 08, 2F and 80. RGB value is (8,47,128). Sum of RGB (Red+Green+Blue) = 8+47+128=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 128 (50.39% from 255 or 69.95% from 183); Max value from RGB is 128 - color contains mainly: blue. Hex color #082F80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082F80 is #F7D07F. Grayscale: #2C2C2C. Windows color (decimal): -16240768 or 8400648. OLE color: 8400648.

HSL color Cylindrical-coordinate representation of color #082F80: hue angle of 220.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082F80 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB847128-
CMYK0.940.6300.50
HSL220.5º88.24%26.67%-
HSV(B)220.5º93.75%50.2%-
XYZ5.013.6420.86-
YUV44.57175.08101.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.37%
GREEN value IS 47 (18.75% from 255) = 25.68%
BLUE value IS 128 (50.39% from 255) = 69.95%
R=4.37%
G=25.68%
B=69.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8471280.940.6300.50220.588.2426.67
Hex82F805E3F032dc581b
Octal10572001367706233413033
Binary1000101111100000001011110111111011001011011100101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082F80; }

 p { color: rgb(8,47,128); }

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

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

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

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

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

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

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