#022170

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

Shades of Sapphire #022170

Tints of Sapphire #022170

Color information

#022170 (or 0x022170) is unknown color: approx Sapphire. HEX triplet: 02, 21 and 70. RGB value is (2,33,112). Sum of RGB (Red+Green+Blue) = 2+33+112=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #022170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022170 is #FDDE8F. Grayscale: #202020. Windows color (decimal): -16637584 or 7348482. OLE color: 7348482.

HSL color Cylindrical-coordinate representation of color #022170: hue angle of 223.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022170 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB233112-
CMYK0.980.7100.56
HSL223.09º96.49%22.35%-
HSV(B)223.09º98.21%43.92%-
XYZ3.492.2715.58-
YUV32.74172.73106.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 33 (13.28% from 255) = 22.45%
BLUE value IS 112 (44.14% from 255) = 76.19%
R=1.36%
G=22.45%
B=76.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2331120.980.7100.56223.0996.4922.35
Hex221706247038df6016
Octal24116014210707033714026
Binary10100001111000011000101000111011100011011111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022170; }

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

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

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

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

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

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

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

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