#021C46

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

Shades of Sapphire #021C46

Tints of Sapphire #021C46

Color information

#021C46 (or 0x021C46) is unknown color: approx Sapphire. HEX triplet: 02, 1C and 46. RGB value is (2,28,70). Sum of RGB (Red+Green+Blue) = 2+28+70=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 70 (27.73% from 255 or 70% from 100); Max value from RGB is 70 - color contains mainly: blue. Hex color #021C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C46 is #FDE3B9. Grayscale: #181818. Windows color (decimal): -16638906 or 4594690. OLE color: 4594690.

HSL color Cylindrical-coordinate representation of color #021C46: hue angle of 217.06º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021C46 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB22870-
CMYK0.970.6000.73
HSL217.06º94.44%14.12%-
HSV(B)217.06º97.14%27.45%-
XYZ1.551.295.96-
YUV25.01153.39111.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2%
GREEN value IS 28 (11.33% from 255) = 28%
BLUE value IS 70 (27.73% from 255) = 70%
R=2%
G=28%
B=70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal228700.970.6000.73217.0694.4414.12
Hex21C46613C049d95ee
Octal23410614174011133113616
Binary101110010001101100001111100010010011101100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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