#082F82

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

Shades of Smalt #082F82

Tints of Smalt #082F82

Color information

#082F82 (or 0x082F82) is unknown color: approx Smalt. HEX triplet: 08, 2F and 82. RGB value is (8,47,130). Sum of RGB (Red+Green+Blue) = 8+47+130=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 130 (51.17% from 255 or 70.27% from 185); Max value from RGB is 130 - color contains mainly: blue. Hex color #082F82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082F82 is #F7D07D. Grayscale: #2C2C2C. Windows color (decimal): -16240766 or 8531720. OLE color: 8531720.

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

Color convert

RGB847130-
CMYK0.940.6400.49
HSL220.82º88.41%27.06%-
HSV(B)220.82º93.85%50.98%-
XYZ5.153.721.56-
YUV44.8176.08101.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.32%
GREEN value IS 47 (18.75% from 255) = 25.41%
BLUE value IS 130 (51.17% from 255) = 70.27%
R=4.32%
G=25.41%
B=70.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8471300.940.6400.49220.8288.4127.06
Hex82F825E40031dd581b
Octal105720213610006133513033
Binary10001011111000001010111101000000011000111011101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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