#022873

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

Shades of Sapphire #022873

Tints of Sapphire #022873

Color information

#022873 (or 0x022873) is unknown color: approx Sapphire. HEX triplet: 02, 28 and 73. RGB value is (2,40,115). Sum of RGB (Red+Green+Blue) = 2+40+115=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 115 (45.31% from 255 or 73.25% from 157); Max value from RGB is 115 - color contains mainly: blue. Hex color #022873 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022873 is #FDD78C. Grayscale: #242424. Windows color (decimal): -16635789 or 7546882. OLE color: 7546882.

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

Color convert

RGB240115-
CMYK0.980.6500.55
HSL219.82º96.58%22.94%-
HSV(B)219.82º98.26%45.1%-
XYZ3.882.7716.55-
YUV37.19171.91102.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 40 (16.02% from 255) = 25.48%
BLUE value IS 115 (45.31% from 255) = 73.25%
R=1.27%
G=25.48%
B=73.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2401150.980.6500.55219.8296.5822.94
Hex228736241037dc6117
Octal25016314210106733414127
Binary10101000111001111000101000001011011111011100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022873; }

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

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

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

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

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

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

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

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