#082D82

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

Shades of Smalt #082D82

Tints of Smalt #082D82

Color information

#082D82 (or 0x082D82) is unknown color: approx Smalt. HEX triplet: 08, 2D and 82. RGB value is (8,45,130). Sum of RGB (Red+Green+Blue) = 8+45+130=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 130 (51.17% from 255 or 71.04% from 183); Max value from RGB is 130 - color contains mainly: blue. Hex color #082D82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082D82 is #F7D27D. Grayscale: #2B2B2B. Windows color (decimal): -16241278 or 8531208. OLE color: 8531208.

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

Color convert

RGB845130-
CMYK0.940.6500.49
HSL221.8º88.41%27.06%-
HSV(B)221.8º93.85%50.98%-
XYZ5.073.5421.54-
YUV43.63176.74102.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.37%
GREEN value IS 45 (17.97% from 255) = 24.59%
BLUE value IS 130 (51.17% from 255) = 71.04%
R=4.37%
G=24.59%
B=71.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8451300.940.6500.49221.888.4127.06
Hex82D825E41031de581b
Octal105520213610106133613033
Binary10001011011000001010111101000001011000111011110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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