#082151

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

Shades of Sapphire #082151

Tints of Sapphire #082151

Color information

#082151 (or 0x082151) is unknown color: approx Sapphire. HEX triplet: 08, 21 and 51. RGB value is (8,33,81). Sum of RGB (Red+Green+Blue) = 8+33+81=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 81 (32.03% from 255 or 66.39% from 122); Max value from RGB is 81 - color contains mainly: blue. Hex color #082151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082151 is #F7DEAE. Grayscale: #1E1E1E. Windows color (decimal): -16244399 or 5316872. OLE color: 5316872.

HSL color Cylindrical-coordinate representation of color #082151: hue angle of 219.45º 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 #082151 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB83381-
CMYK0.900.5900.68
HSL219.45º82.02%17.45%-
HSV(B)219.45º90.12%31.76%-
XYZ2.131.738.01-
YUV31156.22111.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 81 (32.03% from 255) = 66.39%
R=6.56%
G=27.05%
B=66.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal833810.900.5900.68219.4582.0217.45
Hex821515A3B044db5211
Octal104112113273010433312221
Binary1000100001101000110110101110110100010011011011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082151; }

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

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

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

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

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

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

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

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