#081052

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

Shades of Sapphire #081052

Tints of Sapphire #081052

Color information

#081052 (or 0x081052) is unknown color: approx Sapphire. HEX triplet: 08, 10 and 52. RGB value is (8,16,82). Sum of RGB (Red+Green+Blue) = 8+16+82=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 82 (32.42% from 255 or 77.36% from 106); Max value from RGB is 82 - color contains mainly: blue. Hex color #081052 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081052 is #F7EFAD. Grayscale: #141414. Windows color (decimal): -16248750 or 5378056. OLE color: 5378056.

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

Color convert

RGB81682-
CMYK0.900.8000.68
HSL233.51º82.22%17.65%-
HSV(B)233.51º90.24%32.16%-
XYZ1.811.038.09-
YUV21.13162.35118.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.55%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 82 (32.42% from 255) = 77.36%
R=7.55%
G=15.09%
B=77.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal816820.900.8000.68233.5182.2217.65
Hex810525A50044ea5212
Octal1020122132120010435212222
Binary1000100001010010101101010100000100010011101010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081052; }

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

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

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

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

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

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

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

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