#021473

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

Shades of Sapphire #021473

Tints of Sapphire #021473

Color information

#021473 (or 0x021473) is unknown color: approx Sapphire. HEX triplet: 02, 14 and 73. RGB value is (2,20,115). Sum of RGB (Red+Green+Blue) = 2+20+115=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 115 (45.31% from 255 or 83.94% from 137); Max value from RGB is 115 - color contains mainly: blue. Hex color #021473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021473 is #FDEB8C. Grayscale: #191919. Windows color (decimal): -16640909 or 7541762. OLE color: 7541762.

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

Color convert

RGB220115-
CMYK0.980.8300.55
HSL230.44º96.58%22.94%-
HSV(B)230.44º98.26%45.1%-
XYZ3.371.7516.38-
YUV25.45178.54111.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.46%
GREEN value IS 20 (8.20% from 255) = 14.60%
BLUE value IS 115 (45.31% from 255) = 83.94%
R=1.46%
G=14.60%
B=83.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2201150.980.8300.55230.4496.5822.94
Hex214736253037e66117
Octal22416314212306734614127
Binary1010100111001111000101010011011011111100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021473; }

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

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

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

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

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

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

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

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