#081563

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

Shades of Sapphire #081563

Tints of Sapphire #081563

Color information

#081563 (or 0x081563) is unknown color: approx Sapphire. HEX triplet: 08, 15 and 63. RGB value is (8,21,99). Sum of RGB (Red+Green+Blue) = 8+21+99=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 99 (39.06% from 255 or 77.34% from 128); Max value from RGB is 99 - color contains mainly: blue. Hex color #081563 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081563 is #F7EA9C. Grayscale: #191919. Windows color (decimal): -16247453 or 6493448. OLE color: 6493448.

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

Color convert

RGB82199-
CMYK0.920.7900.61
HSL231.43º85.05%20.98%-
HSV(B)231.43º91.92%38.82%-
XYZ2.621.4911.95-
YUV26169.19115.16-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.25%
GREEN value IS 21 (8.59% from 255) = 16.41%
BLUE value IS 99 (39.06% from 255) = 77.34%
R=6.25%
G=16.41%
B=77.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal821990.920.7900.61231.4385.0520.98
Hex815635C4F03De75515
Octal102514313411707534712525
Binary100010101110001110111001001111011110111100111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081563; }

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

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

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

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

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

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

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

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