#081666

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

Shades of Sapphire #081666

Tints of Sapphire #081666

Color information

#081666 (or 0x081666) is unknown color: approx Sapphire. HEX triplet: 08, 16 and 66. RGB value is (8,22,102). Sum of RGB (Red+Green+Blue) = 8+22+102=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 102 (40.23% from 255 or 77.27% from 132); Max value from RGB is 102 - color contains mainly: blue. Hex color #081666 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081666 is #F7E999. Grayscale: #1A1A1A. Windows color (decimal): -16247194 or 6690312. OLE color: 6690312.

HSL color Cylindrical-coordinate representation of color #081666: hue angle of 231.06º 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 #081666 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB822102-
CMYK0.920.7800.6
HSL231.06º85.45%21.57%-
HSV(B)231.06º92.16%40%-
XYZ2.791.5812.73-
YUV26.93170.36114.5-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.06%
GREEN value IS 22 (8.98% from 255) = 16.67%
BLUE value IS 102 (40.23% from 255) = 77.27%
R=6.06%
G=16.67%
B=77.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8221020.920.7800.6231.0685.4521.57
Hex816665C4E03Ce75516
Octal102614613411607434712526
Binary100010110110011010111001001110011110011100111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081666; }

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

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

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

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

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

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

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

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