#021A47

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

Shades of Sapphire #021A47

Tints of Sapphire #021A47

Color information

#021A47 (or 0x021A47) is unknown color: approx Sapphire. HEX triplet: 02, 1A and 47. RGB value is (2,26,71). Sum of RGB (Red+Green+Blue) = 2+26+71=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 71 (28.12% from 255 or 71.72% from 99); Max value from RGB is 71 - color contains mainly: blue. Hex color #021A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021A47 is #FDE5B8. Grayscale: #171717. Windows color (decimal): -16639417 or 4659714. OLE color: 4659714.

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

Color convert

RGB22671-
CMYK0.970.6300.72
HSL219.13º94.52%14.31%-
HSV(B)219.13º97.18%27.84%-
XYZ1.531.216.11-
YUV23.95154.55112.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 26 (10.55% from 255) = 26.26%
BLUE value IS 71 (28.12% from 255) = 71.72%
R=2.02%
G=26.26%
B=71.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal226710.970.6300.72219.1394.5214.31
Hex21A47613F048db5fe
Octal23210714177011033313716
Binary101101010001111100001111111010010001101101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,26,71); }

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

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

 a { background-color: rgb(2,26,71); }

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

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

 span { border-color: rgb(2,26,71); }

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