#082152

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

Shades of Sapphire #082152

Tints of Sapphire #082152

Color information

#082152 (or 0x082152) is unknown color: approx Sapphire. HEX triplet: 08, 21 and 52. RGB value is (8,33,82). Sum of RGB (Red+Green+Blue) = 8+33+82=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 82 (32.42% from 255 or 66.67% from 123); Max value from RGB is 82 - color contains mainly: blue. Hex color #082152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082152 is #F7DEAD. Grayscale: #1E1E1E. Windows color (decimal): -16244398 or 5382408. OLE color: 5382408.

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

Color convert

RGB83382-
CMYK0.900.6000.68
HSL219.73º82.22%17.65%-
HSV(B)219.73º90.24%32.16%-
XYZ2.171.758.21-
YUV31.11156.72111.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 33 (13.28% from 255) = 26.83%
BLUE value IS 82 (32.42% from 255) = 66.67%
R=6.50%
G=26.83%
B=66.67%

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
Decimal833820.900.6000.68219.7382.2217.65
Hex821525A3C044dc5212
Octal104112213274010433412222
Binary1000100001101001010110101111000100010011011100101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082152; }

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

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

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

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

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

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

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

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