#022179

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

Shades of Sapphire #022179

Tints of Sapphire #022179

Color information

#022179 (or 0x022179) is unknown color: approx Sapphire. HEX triplet: 02, 21 and 79. RGB value is (2,33,121). Sum of RGB (Red+Green+Blue) = 2+33+121=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 121 (47.66% from 255 or 77.56% from 156); Max value from RGB is 121 - color contains mainly: blue. Hex color #022179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022179 is #FDDE86. Grayscale: #212121. Windows color (decimal): -16637575 or 7938306. OLE color: 7938306.

HSL color Cylindrical-coordinate representation of color #022179: hue angle of 224.37º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022179 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB233121-
CMYK0.980.7300.53
HSL224.37º96.75%24.12%-
HSV(B)224.37º98.35%47.45%-
XYZ4.022.4818.36-
YUV33.76177.23105.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.28%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 121 (47.66% from 255) = 77.56%
R=1.28%
G=21.15%
B=77.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2331210.980.7300.53224.3796.7524.12
Hex221796249035e06118
Octal24117114211106534014130
Binary10100001111100111000101001001011010111100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022179; }

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

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

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

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

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

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

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

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