#082852

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

Shades of Sapphire #082852

Tints of Sapphire #082852

Color information

#082852 (or 0x082852) is unknown color: approx Sapphire. HEX triplet: 08, 28 and 52. RGB value is (8,40,82). Sum of RGB (Red+Green+Blue) = 8+40+82=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 82 (32.42% from 255 or 63.08% from 130); Max value from RGB is 82 - color contains mainly: blue. Hex color #082852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082852 is #F7D7AD. Grayscale: #232323. Windows color (decimal): -16242606 or 5384200. OLE color: 5384200.

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

Color convert

RGB84082-
CMYK0.900.5100.68
HSL214.05º82.22%17.65%-
HSV(B)214.05º90.24%32.16%-
XYZ2.382.188.28-
YUV35.22154.4108.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 40 (16.02% from 255) = 30.77%
BLUE value IS 82 (32.42% from 255) = 63.08%
R=6.15%
G=30.77%
B=63.08%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal840820.900.5100.68214.0582.2217.65
Hex828525A33044d65212
Octal105012213263010432612222
Binary1000101000101001010110101100110100010011010110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082852; }

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

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

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

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

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

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

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

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