#022162

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

Shades of Sapphire #022162

Tints of Sapphire #022162

Color information

#022162 (or 0x022162) is unknown color: approx Sapphire. HEX triplet: 02, 21 and 62. RGB value is (2,33,98). Sum of RGB (Red+Green+Blue) = 2+33+98=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 98 (38.67% from 255 or 73.68% from 133); Max value from RGB is 98 - color contains mainly: blue. Hex color #022162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022162 is #FDDE9D. Grayscale: #1E1E1E. Windows color (decimal): -16637598 or 6430978. OLE color: 6430978.

HSL color Cylindrical-coordinate representation of color #022162: hue angle of 220.62º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022162 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB23398-
CMYK0.980.6600.62
HSL220.62º96%19.61%-
HSV(B)220.62º97.96%38.43%-
XYZ2.771.9811.79-
YUV31.14165.73107.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.50%
GREEN value IS 33 (13.28% from 255) = 24.81%
BLUE value IS 98 (38.67% from 255) = 73.68%
R=1.50%
G=24.81%
B=73.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal233980.980.6600.62220.629619.61
Hex22162624203Edd6014
Octal24114214210207633514024
Binary10100001110001011000101000010011111011011101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022162; }

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

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

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

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

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

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

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

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