#021C71

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

Shades of Sapphire #021C71

Tints of Sapphire #021C71

Color information

#021C71 (or 0x021C71) is unknown color: approx Sapphire. HEX triplet: 02, 1C and 71. RGB value is (2,28,113). Sum of RGB (Red+Green+Blue) = 2+28+113=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 113 (44.53% from 255 or 79.02% from 143); Max value from RGB is 113 - color contains mainly: blue. Hex color #021C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C71 is #FDE38E. Grayscale: #1D1D1D. Windows color (decimal): -16638863 or 7412738. OLE color: 7412738.

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

Color convert

RGB228113-
CMYK0.980.7500.56
HSL225.95º96.52%22.55%-
HSV(B)225.95º98.23%44.31%-
XYZ3.422.0415.84-
YUV29.92174.89108.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.40%
GREEN value IS 28 (11.33% from 255) = 19.58%
BLUE value IS 113 (44.53% from 255) = 79.02%
R=1.40%
G=19.58%
B=79.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2281130.980.7500.56225.9596.5222.55
Hex21C71624B038e26117
Octal23416114211307034214127
Binary1011100111000111000101001011011100011100010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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