#081660

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

Shades of Sapphire #081660

Tints of Sapphire #081660

Color information

#081660 (or 0x081660) is unknown color: approx Sapphire. HEX triplet: 08, 16 and 60. RGB value is (8,22,96). Sum of RGB (Red+Green+Blue) = 8+22+96=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 96 (37.89% from 255 or 76.19% from 126); Max value from RGB is 96 - color contains mainly: blue. Hex color #081660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081660 is #F7E99F. Grayscale: #191919. Windows color (decimal): -16247200 or 6297096. OLE color: 6297096.

HSL color Cylindrical-coordinate representation of color #081660: hue angle of 230.45º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081660 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB82296-
CMYK0.920.7700.62
HSL230.45º84.62%20.39%-
HSV(B)230.45º91.67%37.65%-
XYZ2.51.4711.22-
YUV26.25167.36114.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.35%
GREEN value IS 22 (8.98% from 255) = 17.46%
BLUE value IS 96 (37.89% from 255) = 76.19%
R=6.35%
G=17.46%
B=76.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal822960.920.7700.62230.4584.6220.39
Hex816605C4D03Ee65514
Octal102614013411507634612524
Binary100010110110000010111001001101011111011100110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081660; }

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

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

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

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

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

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

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

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