#022149

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

Shades of Sapphire #022149

Tints of Sapphire #022149

Color information

#022149 (or 0x022149) is unknown color: approx Sapphire. HEX triplet: 02, 21 and 49. RGB value is (2,33,73). Sum of RGB (Red+Green+Blue) = 2+33+73=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 73 (28.91% from 255 or 67.59% from 108); Max value from RGB is 73 - color contains mainly: blue. Hex color #022149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022149 is #FDDEB6. Grayscale: #1C1C1C. Windows color (decimal): -16637623 or 4792578. OLE color: 4792578.

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

Color convert

RGB23373-
CMYK0.970.5500.71
HSL213.8º94.67%14.71%-
HSV(B)213.8º97.26%28.63%-
XYZ1.771.586.52-
YUV28.29153.23109.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.85%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 73 (28.91% from 255) = 67.59%
R=1.85%
G=30.56%
B=67.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal233730.970.5500.71213.894.6714.71
Hex221496137047d65ff
Octal24111114167010732613717
Binary1010000110010011100001110111010001111101011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022149; }

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

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

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

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

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

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

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

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