#082085

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

Shades of Smalt #082085

Tints of Smalt #082085

Color information

#082085 (or 0x082085) is unknown color: approx Smalt. HEX triplet: 08, 20 and 85. RGB value is (8,32,133). Sum of RGB (Red+Green+Blue) = 8+32+133=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 133 (52.34% from 255 or 76.88% from 173); Max value from RGB is 133 - color contains mainly: blue. Hex color #082085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082085 is #F7DF7A. Grayscale: #232323. Windows color (decimal): -16244603 or 8724488. OLE color: 8724488.

HSL color Cylindrical-coordinate representation of color #082085: hue angle of 228.48º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082085 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB832133-
CMYK0.940.7600.48
HSL228.48º88.65%27.65%-
HSV(B)228.48º93.98%52.16%-
XYZ4.852.7822.47-
YUV36.34182.55107.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.62%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 133 (52.34% from 255) = 76.88%
R=4.62%
G=18.50%
B=76.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8321330.940.7600.48228.4888.6527.65
Hex820855E4C030e4591c
Octal104020513611406034413134
Binary10001000001000010110111101001100011000011100100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082085; }

 p { color: rgb(8,32,133); }

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

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

 a { background-color: rgb(8,32,133); }

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

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

 span { border-color: rgb(8,32,133); }

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