#021371

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

Shades of Sapphire #021371

Tints of Sapphire #021371

Color information

#021371 (or 0x021371) is unknown color: approx Sapphire. HEX triplet: 02, 13 and 71. RGB value is (2,19,113). Sum of RGB (Red+Green+Blue) = 2+19+113=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 113 (44.53% from 255 or 84.33% from 134); Max value from RGB is 113 - color contains mainly: blue. Hex color #021371 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021371 is #FDEC8E. Grayscale: #181818. Windows color (decimal): -16641167 or 7410434. OLE color: 7410434.

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

Color convert

RGB219113-
CMYK0.980.8300.56
HSL230.81º96.52%22.55%-
HSV(B)230.81º98.23%44.31%-
XYZ3.241.6715.77-
YUV24.63177.87111.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.49%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 113 (44.53% from 255) = 84.33%
R=1.49%
G=14.18%
B=84.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2191130.980.8300.56230.8196.5222.55
Hex213716253038e76117
Octal22316114212307034714127
Binary1010011111000111000101010011011100011100111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021371; }

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

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

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

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

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

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

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

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