#021460

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

Shades of Sapphire #021460

Tints of Sapphire #021460

Color information

#021460 (or 0x021460) is unknown color: approx Sapphire. HEX triplet: 02, 14 and 60. RGB value is (2,20,96). Sum of RGB (Red+Green+Blue) = 2+20+96=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 96 (37.89% from 255 or 81.36% from 118); Max value from RGB is 96 - color contains mainly: blue. Hex color #021460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021460 is #FDEB9F. Grayscale: #161616. Windows color (decimal): -16640928 or 6296578. OLE color: 6296578.

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

Color convert

RGB22096-
CMYK0.980.7900.62
HSL228.51º95.92%19.22%-
HSV(B)228.51º97.92%37.65%-
XYZ2.391.3611.2-
YUV23.28169.04112.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.69%
GREEN value IS 20 (8.20% from 255) = 16.95%
BLUE value IS 96 (37.89% from 255) = 81.36%
R=1.69%
G=16.95%
B=81.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal220960.980.7900.62228.5195.9219.22
Hex21460624F03Ee56013
Octal22414014211707634514023
Binary1010100110000011000101001111011111011100101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021460; }

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

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

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

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

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

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

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

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