#021560

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

Shades of Sapphire #021560

Tints of Sapphire #021560

Color information

#021560 (or 0x021560) is unknown color: approx Sapphire. HEX triplet: 02, 15 and 60. RGB value is (2,21,96). Sum of RGB (Red+Green+Blue) = 2+21+96=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 96 (37.89% from 255 or 80.67% from 119); Max value from RGB is 96 - color contains mainly: blue. Hex color #021560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021560 is #FDEA9F. Grayscale: #171717. Windows color (decimal): -16640672 or 6296834. OLE color: 6296834.

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

Color convert

RGB22196-
CMYK0.980.7800.62
HSL227.87º95.92%19.22%-
HSV(B)227.87º97.92%37.65%-
XYZ2.41.3911.21-
YUV23.87168.71112.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.68%
GREEN value IS 21 (8.59% from 255) = 17.65%
BLUE value IS 96 (37.89% from 255) = 80.67%
R=1.68%
G=17.65%
B=80.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal221960.980.7800.62227.8795.9219.22
Hex21560624E03Ee46013
Octal22514014211607634414023
Binary1010101110000011000101001110011111011100100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021560; }

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

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

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

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

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

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

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

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