#031660

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

Shades of Sapphire #031660

Tints of Sapphire #031660

Color information

#031660 (or 0x031660) is unknown color: approx Sapphire. HEX triplet: 03, 16 and 60. RGB value is (3,22,96). Sum of RGB (Red+Green+Blue) = 3+22+96=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 96 (37.89% from 255 or 79.34% from 121); Max value from RGB is 96 - color contains mainly: blue. Hex color #031660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031660 is #FCE99F. Grayscale: #181818. Windows color (decimal): -16574880 or 6297091. OLE color: 6297091.

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

Color convert

RGB32296-
CMYK0.970.7700.62
HSL227.74º93.94%19.41%-
HSV(B)227.74º96.88%37.65%-
XYZ2.441.4411.22-
YUV24.76168.21112.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 96 (37.89% from 255) = 79.34%
R=2.48%
G=18.18%
B=79.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal322960.970.7700.62227.7493.9419.41
Hex31660614D03Ee45e13
Octal32614014111507634413623
Binary1110110110000011000011001101011111011100100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031660; }

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

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

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

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

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

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

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

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