#081668

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

Shades of Sapphire #081668

Tints of Sapphire #081668

Color information

#081668 (or 0x081668) is unknown color: approx Sapphire. HEX triplet: 08, 16 and 68. RGB value is (8,22,104). Sum of RGB (Red+Green+Blue) = 8+22+104=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 104 (41.02% from 255 or 77.61% from 134); Max value from RGB is 104 - color contains mainly: blue. Hex color #081668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081668 is #F7E997. Grayscale: #1A1A1A. Windows color (decimal): -16247192 or 6821384. OLE color: 6821384.

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

Color convert

RGB822104-
CMYK0.920.7900.59
HSL231.25º85.71%21.96%-
HSV(B)231.25º92.31%40.78%-
XYZ2.891.6213.26-
YUV27.16171.36114.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.97%
GREEN value IS 22 (8.98% from 255) = 16.42%
BLUE value IS 104 (41.02% from 255) = 77.61%
R=5.97%
G=16.42%
B=77.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8221040.920.7900.59231.2585.7121.96
Hex816685C4F03Be75616
Octal102615013411707334712626
Binary100010110110100010111001001111011101111100111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081668; }

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

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

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

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

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

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

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

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