#021663

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

Shades of Sapphire #021663

Tints of Sapphire #021663

Color information

#021663 (or 0x021663) is unknown color: approx Sapphire. HEX triplet: 02, 16 and 63. RGB value is (2,22,99). Sum of RGB (Red+Green+Blue) = 2+22+99=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 99 (39.06% from 255 or 80.49% from 123); Max value from RGB is 99 - color contains mainly: blue. Hex color #021663 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021663 is #FDE99C. Grayscale: #181818. Windows color (decimal): -16640413 or 6493698. OLE color: 6493698.

HSL color Cylindrical-coordinate representation of color #021663: hue angle of 227.63º 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 #021663 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB22299-
CMYK0.980.7800.61
HSL227.63º96.04%19.8%-
HSV(B)227.63º97.98%38.82%-
XYZ2.561.4911.96-
YUV24.8169.87111.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.63%
GREEN value IS 22 (8.98% from 255) = 17.89%
BLUE value IS 99 (39.06% from 255) = 80.49%
R=1.63%
G=17.89%
B=80.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal222990.980.7800.61227.6396.0419.8
Hex21663624E03De46014
Octal22614314211607534414024
Binary1010110110001111000101001110011110111100100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021663; }

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

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

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

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

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

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

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

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