#081852

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

Shades of Sapphire #081852

Tints of Sapphire #081852

Color information

#081852 (or 0x081852) is unknown color: approx Sapphire. HEX triplet: 08, 18 and 52. RGB value is (8,24,82). Sum of RGB (Red+Green+Blue) = 8+24+82=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 82 (32.42% from 255 or 71.93% from 114); Max value from RGB is 82 - color contains mainly: blue. Hex color #081852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081852 is #F7E7AD. Grayscale: #191919. Windows color (decimal): -16246702 or 5380104. OLE color: 5380104.

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

Color convert

RGB82482-
CMYK0.900.7100.68
HSL227.03º82.22%17.65%-
HSV(B)227.03º90.24%32.16%-
XYZ1.951.318.13-
YUV25.83159.7115.28-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.02%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 82 (32.42% from 255) = 71.93%
R=7.02%
G=21.05%
B=71.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal824820.900.7100.68227.0382.2217.65
Hex818525A47044e35212
Octal1030122132107010434312222
Binary1000110001010010101101010001110100010011100011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081852; }

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

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

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

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

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

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

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

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