#021163

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

Shades of Sapphire #021163

Tints of Sapphire #021163

Color information

#021163 (or 0x021163) is unknown color: approx Sapphire. HEX triplet: 02, 11 and 63. RGB value is (2,17,99). Sum of RGB (Red+Green+Blue) = 2+17+99=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 99 (39.06% from 255 or 83.90% from 118); Max value from RGB is 99 - color contains mainly: blue. Hex color #021163 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021163 is #FDEE9C. Grayscale: #151515. Windows color (decimal): -16641693 or 6492418. OLE color: 6492418.

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

Color convert

RGB21799-
CMYK0.980.8300.61
HSL230.72º96.04%19.8%-
HSV(B)230.72º97.98%38.82%-
XYZ2.481.3111.93-
YUV21.86171.53113.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.69%
GREEN value IS 17 (7.03% from 255) = 14.41%
BLUE value IS 99 (39.06% from 255) = 83.90%
R=1.69%
G=14.41%
B=83.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal217990.980.8300.61230.7296.0419.8
Hex21163625303De76014
Octal22114314212307534714024
Binary1010001110001111000101010011011110111100111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021163; }

 p { color: rgb(2,17,99); }

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

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

 a { background-color: rgb(2,17,99); }

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

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

 span { border-color: rgb(2,17,99); }

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