#021863

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

Shades of Sapphire #021863

Tints of Sapphire #021863

Color information

#021863 (or 0x021863) is unknown color: approx Sapphire. HEX triplet: 02, 18 and 63. RGB value is (2,24,99). Sum of RGB (Red+Green+Blue) = 2+24+99=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 99 (39.06% from 255 or 79.2% from 125); Max value from RGB is 99 - color contains mainly: blue. Hex color #021863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021863 is #FDE79C. Grayscale: #191919. Windows color (decimal): -16639901 or 6494210. OLE color: 6494210.

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

Color convert

RGB22499-
CMYK0.980.7600.61
HSL226.39º96.04%19.8%-
HSV(B)226.39º97.98%38.82%-
XYZ2.61.5711.97-
YUV25.97169.21110.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.6%
GREEN value IS 24 (9.77% from 255) = 19.2%
BLUE value IS 99 (39.06% from 255) = 79.2%
R=1.6%
G=19.2%
B=79.2%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal224990.980.7600.61226.3996.0419.8
Hex21863624C03De26014
Octal23014314211407534214024
Binary1011000110001111000101001100011110111100010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021863; }

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

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

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

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

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

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

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

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