#021C63

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

Shades of Sapphire #021C63

Tints of Sapphire #021C63

Color information

#021C63 (or 0x021C63) is unknown color: approx Sapphire. HEX triplet: 02, 1C and 63. RGB value is (2,28,99). Sum of RGB (Red+Green+Blue) = 2+28+99=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 99 (39.06% from 255 or 76.74% from 129); Max value from RGB is 99 - color contains mainly: blue. Hex color #021C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021C63 is #FDE39C. Grayscale: #1C1C1C. Windows color (decimal): -16638877 or 6495234. OLE color: 6495234.

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

Color convert

RGB22899-
CMYK0.980.7200.61
HSL223.92º96.04%19.8%-
HSV(B)223.92º97.98%38.82%-
XYZ2.691.7412-
YUV28.32167.89109.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 28 (11.33% from 255) = 21.71%
BLUE value IS 99 (39.06% from 255) = 76.74%
R=1.55%
G=21.71%
B=76.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal228990.980.7200.61223.9296.0419.8
Hex21C63624803De06014
Octal23414314211007534014024
Binary1011100110001111000101001000011110111100000110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021C63; }

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

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

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

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

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

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

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

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