#082051

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

Shades of Sapphire #082051

Tints of Sapphire #082051

Color information

#082051 (or 0x082051) is unknown color: approx Sapphire. HEX triplet: 08, 20 and 51. RGB value is (8,32,81). Sum of RGB (Red+Green+Blue) = 8+32+81=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 81 (32.03% from 255 or 66.94% from 121); Max value from RGB is 81 - color contains mainly: blue. Hex color #082051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082051 is #F7DFAE. Grayscale: #1E1E1E. Windows color (decimal): -16244655 or 5316616. OLE color: 5316616.

HSL color Cylindrical-coordinate representation of color #082051: hue angle of 220.27º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082051 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB83281-
CMYK0.900.6000.68
HSL220.27º82.02%17.45%-
HSV(B)220.27º90.12%31.76%-
XYZ2.11.688-
YUV30.41156.55112.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 81 (32.03% from 255) = 66.94%
R=6.61%
G=26.45%
B=66.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal832810.900.6000.68220.2782.0217.45
Hex820515A3C044dc5211
Octal104012113274010433412221
Binary1000100000101000110110101111000100010011011100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082051; }

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

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

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

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

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

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

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

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