#021AC0

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

Shades of Medium Blue #021AC0

Tints of Medium Blue #021AC0

Color information

#021AC0 (or 0x021AC0) is unknown color: approx Medium Blue. HEX triplet: 02, 1A and C0. RGB value is (2,26,192). Sum of RGB (Red+Green+Blue) = 2+26+192=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 192 (75.39% from 255 or 87.27% from 220); Max value from RGB is 192 - color contains mainly: blue. Hex color #021AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #021AC0 is #FDE53F. Grayscale: #252525. Windows color (decimal): -16639296 or 12589570. OLE color: 12589570.

HSL color Cylindrical-coordinate representation of color #021AC0: hue angle of 232.42º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021AC0 is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB226192-
CMYK0.990.8600.25
HSL232.42º97.94%38.04%-
HSV(B)232.42º98.96%75.29%-
XYZ9.914.5650.23-
YUV37.75215.05102.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 26 (10.55% from 255) = 11.82%
BLUE value IS 192 (75.39% from 255) = 87.27%
R=0.91%
G=11.82%
B=87.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2261920.990.8600.25232.4297.9438.04
Hex21AC06356019e86226
Octal23230014312603135014246
Binary10110101100000011000111010110011001111010001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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