#022049

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

Shades of Sapphire #022049

Tints of Sapphire #022049

Color information

#022049 (or 0x022049) is unknown color: approx Sapphire. HEX triplet: 02, 20 and 49. RGB value is (2,32,73). Sum of RGB (Red+Green+Blue) = 2+32+73=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 73 (28.91% from 255 or 68.22% from 107); Max value from RGB is 73 - color contains mainly: blue. Hex color #022049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022049 is #FDDFB6. Grayscale: #1B1B1B. Windows color (decimal): -16637879 or 4792322. OLE color: 4792322.

HSL color Cylindrical-coordinate representation of color #022049: hue angle of 214.65º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022049 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB23273-
CMYK0.970.5600.71
HSL214.65º94.67%14.71%-
HSV(B)214.65º97.26%28.63%-
XYZ1.741.536.51-
YUV27.7153.56109.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.87%
GREEN value IS 32 (12.89% from 255) = 29.91%
BLUE value IS 73 (28.91% from 255) = 68.22%
R=1.87%
G=29.91%
B=68.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal232730.970.5600.71214.6594.6714.71
Hex220496138047d75ff
Octal24011114170010732713717
Binary1010000010010011100001111000010001111101011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022049; }

 p { color: rgb(2,32,73); }

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

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

 a { background-color: rgb(2,32,73); }

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

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

 span { border-color: rgb(2,32,73); }

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