#031560

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

Shades of Sapphire #031560

Tints of Sapphire #031560

Color information

#031560 (or 0x031560) is unknown color: approx Sapphire. HEX triplet: 03, 15 and 60. RGB value is (3,21,96). Sum of RGB (Red+Green+Blue) = 3+21+96=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 96 (37.89% from 255 or 80% from 120); Max value from RGB is 96 - color contains mainly: blue. Hex color #031560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031560 is #FCEA9F. Grayscale: #171717. Windows color (decimal): -16575136 or 6296835. OLE color: 6296835.

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

Color convert

RGB32196-
CMYK0.970.7800.62
HSL228.39º93.94%19.41%-
HSV(B)228.39º96.88%37.65%-
XYZ2.421.411.21-
YUV24.17168.54112.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 21 (8.59% from 255) = 17.5%
BLUE value IS 96 (37.89% from 255) = 80%
R=2.5%
G=17.5%
B=80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal321960.970.7800.62228.3993.9419.41
Hex31560614E03Ee45e13
Octal32514014111607634413623
Binary1110101110000011000011001110011111011100100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031560; }

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

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

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

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

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

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

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

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