#081651

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

Shades of Sapphire #081651

Tints of Sapphire #081651

Color information

#081651 (or 0x081651) is unknown color: approx Sapphire. HEX triplet: 08, 16 and 51. RGB value is (8,22,81). Sum of RGB (Red+Green+Blue) = 8+22+81=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 81 (32.03% from 255 or 72.97% from 111); Max value from RGB is 81 - color contains mainly: blue. Hex color #081651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081651 is #F7E9AE. Grayscale: #181818. Windows color (decimal): -16247215 or 5314056. OLE color: 5314056.

HSL color Cylindrical-coordinate representation of color #081651: hue angle of 228.49º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081651 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB82281-
CMYK0.900.7300.68
HSL228.49º82.02%17.45%-
HSV(B)228.49º90.12%31.76%-
XYZ1.871.227.92-
YUV24.54159.86116.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.21%
GREEN value IS 22 (8.98% from 255) = 19.82%
BLUE value IS 81 (32.03% from 255) = 72.97%
R=7.21%
G=19.82%
B=72.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal822810.900.7300.68228.4982.0217.45
Hex816515A49044e45211
Octal1026121132111010434412221
Binary1000101101010001101101010010010100010011100100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081651; }

 p { color: rgb(8,22,81); }

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

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

 a { background-color: rgb(8,22,81); }

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

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

 span { border-color: rgb(8,22,81); }

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