#021A71

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

Shades of Sapphire #021A71

Tints of Sapphire #021A71

Color information

#021A71 (or 0x021A71) is unknown color: approx Sapphire. HEX triplet: 02, 1A and 71. RGB value is (2,26,113). Sum of RGB (Red+Green+Blue) = 2+26+113=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 113 (44.53% from 255 or 80.14% from 141); Max value from RGB is 113 - color contains mainly: blue. Hex color #021A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021A71 is #FDE58E. Grayscale: #1C1C1C. Windows color (decimal): -16639375 or 7412226. OLE color: 7412226.

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

Color convert

RGB226113-
CMYK0.980.7700.56
HSL227.03º96.52%22.55%-
HSV(B)227.03º98.23%44.31%-
XYZ3.381.9415.82-
YUV28.74175.55108.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 26 (10.55% from 255) = 18.44%
BLUE value IS 113 (44.53% from 255) = 80.14%
R=1.42%
G=18.44%
B=80.14%

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
Decimal2261130.980.7700.56227.0396.5222.55
Hex21A71624D038e36117
Octal23216114211507034314127
Binary1011010111000111000101001101011100011100011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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