#021D63

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

Shades of Sapphire #021D63

Tints of Sapphire #021D63

Color information

#021D63 (or 0x021D63) is unknown color: approx Sapphire. HEX triplet: 02, 1D and 63. RGB value is (2,29,99). Sum of RGB (Red+Green+Blue) = 2+29+99=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 99 (39.06% from 255 or 76.15% from 130); Max value from RGB is 99 - color contains mainly: blue. Hex color #021D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021D63 is #FDE29C. Grayscale: #1C1C1C. Windows color (decimal): -16638621 or 6495490. OLE color: 6495490.

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

Color convert

RGB22999-
CMYK0.980.7100.61
HSL223.3º96.04%19.8%-
HSV(B)223.3º97.98%38.82%-
XYZ2.721.7912.01-
YUV28.91167.55108.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 29 (11.72% from 255) = 22.31%
BLUE value IS 99 (39.06% from 255) = 76.15%
R=1.54%
G=22.31%
B=76.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal229990.980.7100.61223.396.0419.8
Hex21D63624703Ddf6014
Octal23514314210707533714024
Binary1011101110001111000101000111011110111011111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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