#021A70

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

Shades of Sapphire #021A70

Tints of Sapphire #021A70

Color information

#021A70 (or 0x021A70) is unknown color: approx Sapphire. HEX triplet: 02, 1A and 70. RGB value is (2,26,112). Sum of RGB (Red+Green+Blue) = 2+26+112=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 112 (44.14% from 255 or 80% from 140); Max value from RGB is 112 - color contains mainly: blue. Hex color #021A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021A70 is #FDE58F. Grayscale: #1C1C1C. Windows color (decimal): -16639376 or 7346690. OLE color: 7346690.

HSL color Cylindrical-coordinate representation of color #021A70: hue angle of 226.91º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021A70 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB226112-
CMYK0.980.7700.56
HSL226.91º96.49%22.35%-
HSV(B)226.91º98.21%43.92%-
XYZ3.321.9215.53-
YUV28.63175.05109.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.43%
GREEN value IS 26 (10.55% from 255) = 18.57%
BLUE value IS 112 (44.14% from 255) = 80%
R=1.43%
G=18.57%
B=80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2261120.980.7700.56226.9196.4922.35
Hex21A70624D038e36016
Octal23216014211507034314026
Binary1011010111000011000101001101011100011100011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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