#021E49

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

Shades of Sapphire #021E49

Tints of Sapphire #021E49

Color information

#021E49 (or 0x021E49) is unknown color: approx Sapphire. HEX triplet: 02, 1E and 49. RGB value is (2,30,73). Sum of RGB (Red+Green+Blue) = 2+30+73=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 73 (28.91% from 255 or 69.52% from 105); Max value from RGB is 73 - color contains mainly: blue. Hex color #021E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E49 is #FDE1B6. Grayscale: #1A1A1A. Windows color (decimal): -16638391 or 4791810. OLE color: 4791810.

HSL color Cylindrical-coordinate representation of color #021E49: hue angle of 216.34º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021E49 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB23073-
CMYK0.970.5900.71
HSL216.34º94.67%14.71%-
HSV(B)216.34º97.26%28.63%-
XYZ1.691.426.49-
YUV26.53154.22110.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.90%
GREEN value IS 30 (12.11% from 255) = 28.57%
BLUE value IS 73 (28.91% from 255) = 69.52%
R=1.90%
G=28.57%
B=69.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal230730.970.5900.71216.3494.6714.71
Hex21E49613B047d85ff
Octal23611114173010733013717
Binary101111010010011100001111011010001111101100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,30,73); }

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

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

 a { background-color: rgb(2,30,73); }

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

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

 span { border-color: rgb(2,30,73); }

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