#082E82

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

Shades of Smalt #082E82

Tints of Smalt #082E82

Color information

#082E82 (or 0x082E82) is unknown color: approx Smalt. HEX triplet: 08, 2E and 82. RGB value is (8,46,130). Sum of RGB (Red+Green+Blue) = 8+46+130=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 46 (18.36% from 255 or 25% from 184); Blue value is 130 (51.17% from 255 or 70.65% from 184); Max value from RGB is 130 - color contains mainly: blue. Hex color #082E82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082E82 is #F7D17D. Grayscale: #2B2B2B. Windows color (decimal): -16241022 or 8531464. OLE color: 8531464.

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

Color convert

RGB846130-
CMYK0.940.6500.49
HSL221.31º88.41%27.06%-
HSV(B)221.31º93.85%50.98%-
XYZ5.113.6221.55-
YUV44.21176.41102.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.35%
GREEN value IS 46 (18.36% from 255) = 25%
BLUE value IS 130 (51.17% from 255) = 70.65%
R=4.35%
G=25%
B=70.65%

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
Decimal8461300.940.6500.49221.3188.4127.06
Hex82E825E41031dd581b
Octal105620213610106133513033
Binary10001011101000001010111101000001011000111011101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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