#021C47

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

Shades of Sapphire #021C47

Tints of Sapphire #021C47

Color information

#021C47 (or 0x021C47) is unknown color: approx Sapphire. HEX triplet: 02, 1C and 47. RGB value is (2,28,71). Sum of RGB (Red+Green+Blue) = 2+28+71=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 71 (28.12% from 255 or 70.30% from 101); Max value from RGB is 71 - color contains mainly: blue. Hex color #021C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C47 is #FDE3B8. Grayscale: #181818. Windows color (decimal): -16638905 or 4660226. OLE color: 4660226.

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

Color convert

RGB22871-
CMYK0.970.6100.72
HSL217.39º94.52%14.31%-
HSV(B)217.39º97.18%27.84%-
XYZ1.581.36.13-
YUV25.13153.89111.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 28 (11.33% from 255) = 27.72%
BLUE value IS 71 (28.12% from 255) = 70.30%
R=1.98%
G=27.72%
B=70.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal228710.970.6100.72217.3994.5214.31
Hex21C47613D048d95fe
Octal23410714175011033113716
Binary101110010001111100001111101010010001101100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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