#021573

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

Shades of Sapphire #021573

Tints of Sapphire #021573

Color information

#021573 (or 0x021573) is unknown color: approx Sapphire. HEX triplet: 02, 15 and 73. RGB value is (2,21,115). Sum of RGB (Red+Green+Blue) = 2+21+115=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 115 (45.31% from 255 or 83.33% from 138); Max value from RGB is 115 - color contains mainly: blue. Hex color #021573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021573 is #FDEA8C. Grayscale: #191919. Windows color (decimal): -16640653 or 7542018. OLE color: 7542018.

HSL color Cylindrical-coordinate representation of color #021573: hue angle of 229.91º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021573 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB221115-
CMYK0.980.8200.55
HSL229.91º96.58%22.94%-
HSV(B)229.91º98.26%45.1%-
XYZ3.391.7916.39-
YUV26.04178.21110.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.45%
GREEN value IS 21 (8.59% from 255) = 15.22%
BLUE value IS 115 (45.31% from 255) = 83.33%
R=1.45%
G=15.22%
B=83.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2211150.980.8200.55229.9196.5822.94
Hex215736252037e66117
Octal22516314212206734614127
Binary1010101111001111000101010010011011111100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021573; }

 p { color: rgb(2,21,115); }

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

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

 a { background-color: rgb(2,21,115); }

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

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

 span { border-color: rgb(2,21,115); }

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