#021873

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

Shades of Sapphire #021873

Tints of Sapphire #021873

Color information

#021873 (or 0x021873) is unknown color: approx Sapphire. HEX triplet: 02, 18 and 73. RGB value is (2,24,115). Sum of RGB (Red+Green+Blue) = 2+24+115=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 115 (45.31% from 255 or 81.56% from 141); Max value from RGB is 115 - color contains mainly: blue. Hex color #021873 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021873 is #FDE78C. Grayscale: #1B1B1B. Windows color (decimal): -16639885 or 7542786. OLE color: 7542786.

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

Color convert

RGB224115-
CMYK0.980.7900.55
HSL228.32º96.58%22.94%-
HSV(B)228.32º98.26%45.1%-
XYZ3.451.916.41-
YUV27.8177.21109.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 24 (9.77% from 255) = 17.02%
BLUE value IS 115 (45.31% from 255) = 81.56%
R=1.42%
G=17.02%
B=81.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2241150.980.7900.55228.3296.5822.94
Hex21873624F037e46117
Octal23016314211706734414127
Binary1011000111001111000101001111011011111100100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021873; }

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

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

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

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

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

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

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

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