#082252

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

Shades of Sapphire #082252

Tints of Sapphire #082252

Color information

#082252 (or 0x082252) is unknown color: approx Sapphire. HEX triplet: 08, 22 and 52. RGB value is (8,34,82). Sum of RGB (Red+Green+Blue) = 8+34+82=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 82 (32.42% from 255 or 66.13% from 124); Max value from RGB is 82 - color contains mainly: blue. Hex color #082252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082252 is #F7DDAD. Grayscale: #1F1F1F. Windows color (decimal): -16244142 or 5382664. OLE color: 5382664.

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

Color convert

RGB83482-
CMYK0.900.5900.68
HSL218.92º82.22%17.65%-
HSV(B)218.92º90.24%32.16%-
XYZ2.21.88.22-
YUV31.7156.39111.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.45%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 82 (32.42% from 255) = 66.13%
R=6.45%
G=27.42%
B=66.13%

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
Decimal834820.900.5900.68218.9282.2217.65
Hex822525A3B044db5212
Octal104212213273010433312222
Binary1000100010101001010110101110110100010011011011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082252; }

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

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

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

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

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

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

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

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