#022473

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

Shades of Sapphire #022473

Tints of Sapphire #022473

Color information

#022473 (or 0x022473) is unknown color: approx Sapphire. HEX triplet: 02, 24 and 73. RGB value is (2,36,115). Sum of RGB (Red+Green+Blue) = 2+36+115=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 115 (45.31% from 255 or 75.16% from 153); Max value from RGB is 115 - color contains mainly: blue. Hex color #022473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022473 is #FDDB8C. Grayscale: #222222. Windows color (decimal): -16636813 or 7545858. OLE color: 7545858.

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

Color convert

RGB236115-
CMYK0.980.6900.55
HSL221.95º96.58%22.94%-
HSV(B)221.95º98.26%45.1%-
XYZ3.752.5116.51-
YUV34.84173.24104.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 36 (14.45% from 255) = 23.53%
BLUE value IS 115 (45.31% from 255) = 75.16%
R=1.31%
G=23.53%
B=75.16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2361150.980.6900.55221.9596.5822.94
Hex224736245037de6117
Octal24416314210506733614127
Binary10100100111001111000101000101011011111011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022473; }

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

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

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

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

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

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

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

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