#021060

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

Shades of Sapphire #021060

Tints of Sapphire #021060

Color information

#021060 (or 0x021060) is unknown color: approx Sapphire. HEX triplet: 02, 10 and 60. RGB value is (2,16,96). Sum of RGB (Red+Green+Blue) = 2+16+96=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 96 (37.89% from 255 or 84.21% from 114); Max value from RGB is 96 - color contains mainly: blue. Hex color #021060 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021060 is #FDEF9F. Grayscale: #141414. Windows color (decimal): -16641952 or 6295554. OLE color: 6295554.

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

Color convert

RGB21696-
CMYK0.980.8300.62
HSL231.06º95.92%19.22%-
HSV(B)231.06º97.92%37.65%-
XYZ2.321.2311.18-
YUV20.93170.36114.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.75%
GREEN value IS 16 (6.64% from 255) = 14.04%
BLUE value IS 96 (37.89% from 255) = 84.21%
R=1.75%
G=14.04%
B=84.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal216960.980.8300.62231.0695.9219.22
Hex21060625303Ee76013
Octal22014014212307634714023
Binary1010000110000011000101010011011111011100111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021060; }

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

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

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

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

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

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

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

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