#021A59

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

Shades of Sapphire #021A59

Tints of Sapphire #021A59

Color information

#021A59 (or 0x021A59) is unknown color: approx Sapphire. HEX triplet: 02, 1A and 59. RGB value is (2,26,89). Sum of RGB (Red+Green+Blue) = 2+26+89=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 89 (35.16% from 255 or 76.07% from 117); Max value from RGB is 89 - color contains mainly: blue. Hex color #021A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021A59 is #FDE5A6. Grayscale: #191919. Windows color (decimal): -16639399 or 5839362. OLE color: 5839362.

HSL color Cylindrical-coordinate representation of color #021A59: hue angle of 223.45º 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 #021A59 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB22689-
CMYK0.980.7100.65
HSL223.45º95.6%17.84%-
HSV(B)223.45º97.75%34.9%-
XYZ2.21.479.62-
YUV26.01163.55110.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 26 (10.55% from 255) = 22.22%
BLUE value IS 89 (35.16% from 255) = 76.07%
R=1.71%
G=22.22%
B=76.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal226890.980.7100.65223.4595.617.84
Hex21A596247041df6012
Octal232131142107010133714022
Binary10110101011001110001010001110100000111011111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021A59; }

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

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

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

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

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

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

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

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