#081566

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

Shades of Sapphire #081566

Tints of Sapphire #081566

Color information

#081566 (or 0x081566) is unknown color: approx Sapphire. HEX triplet: 08, 15 and 66. RGB value is (8,21,102). Sum of RGB (Red+Green+Blue) = 8+21+102=131 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.11% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 102 (40.23% from 255 or 77.86% from 131); Max value from RGB is 102 - color contains mainly: blue. Hex color #081566 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081566 is #F7EA99. Grayscale: #1A1A1A. Windows color (decimal): -16247450 or 6690056. OLE color: 6690056.

HSL color Cylindrical-coordinate representation of color #081566: hue angle of 231.7º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081566 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB821102-
CMYK0.920.7900.6
HSL231.7º85.45%21.57%-
HSV(B)231.7º92.16%40%-
XYZ2.771.5512.72-
YUV26.35170.69114.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.11%
GREEN value IS 21 (8.59% from 255) = 16.03%
BLUE value IS 102 (40.23% from 255) = 77.86%
R=6.11%
G=16.03%
B=77.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8211020.920.7900.6231.785.4521.57
Hex815665C4F03Ce85516
Octal102514613411707435012526
Binary100010101110011010111001001111011110011101000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081566; }

 p { color: rgb(8,21,102); }

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

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

 a { background-color: rgb(8,21,102); }

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

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

 span { border-color: rgb(8,21,102); }

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