#021059

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

Shades of Sapphire #021059

Tints of Sapphire #021059

Color information

#021059 (or 0x021059) is unknown color: approx Sapphire. HEX triplet: 02, 10 and 59. RGB value is (2,16,89). Sum of RGB (Red+Green+Blue) = 2+16+89=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 89 (35.16% from 255 or 83.18% from 107); Max value from RGB is 89 - color contains mainly: blue. Hex color #021059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021059 is #FDEFA6. Grayscale: #131313. Windows color (decimal): -16641959 or 5836802. OLE color: 5836802.

HSL color Cylindrical-coordinate representation of color #021059: hue angle of 230.34º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021059 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB21689-
CMYK0.980.8200.65
HSL230.34º95.6%17.84%-
HSV(B)230.34º97.75%34.9%-
XYZ2.011.19.56-
YUV20.14166.86115.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.87%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 89 (35.16% from 255) = 83.18%
R=1.87%
G=14.95%
B=83.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal216890.980.8200.65230.3495.617.84
Hex210596252041e66012
Octal220131142122010134614022
Binary10100001011001110001010100100100000111100110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021059; }

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

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

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

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

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

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

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

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