#021E48

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

Shades of Sapphire #021E48

Tints of Sapphire #021E48

Color information

#021E48 (or 0x021E48) is unknown color: approx Sapphire. HEX triplet: 02, 1E and 48. RGB value is (2,30,72). Sum of RGB (Red+Green+Blue) = 2+30+72=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 72 (28.52% from 255 or 69.23% from 104); Max value from RGB is 72 - color contains mainly: blue. Hex color #021E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E48 is #FDE1B7. Grayscale: #1A1A1A. Windows color (decimal): -16638392 or 4726274. OLE color: 4726274.

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

Color convert

RGB23072-
CMYK0.970.5800.72
HSL216º94.59%14.51%-
HSV(B)216º97.22%28.24%-
XYZ1.661.416.32-
YUV26.42153.72110.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.92%
GREEN value IS 30 (12.11% from 255) = 28.85%
BLUE value IS 72 (28.52% from 255) = 69.23%
R=1.92%
G=28.85%
B=69.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal230720.970.5800.7221694.5914.51
Hex21E48613A048d85ff
Octal23611014172011033013717
Binary101111010010001100001111010010010001101100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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