#011ABE

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

Shades of Medium Blue #011ABE

Tints of Medium Blue #011ABE

Color information

#011ABE (or 0x011ABE) is unknown color: approx Medium Blue. HEX triplet: 01, 1A and BE. RGB value is (1,26,190). Sum of RGB (Red+Green+Blue) = 1+26+190=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 190 (74.61% from 255 or 87.56% from 217); Max value from RGB is 190 - color contains mainly: blue. Hex color #011ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011ABE is #FEE541. Grayscale: #242424. Windows color (decimal): -16704834 or 12458497. OLE color: 12458497.

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

Color convert

RGB126190-
CMYK0.990.8600.25
HSL232.06º98.95%37.45%-
HSV(B)232.06º99.47%74.51%-
XYZ9.684.4649.07-
YUV37.22214.22102.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 26 (10.55% from 255) = 11.98%
BLUE value IS 190 (74.61% from 255) = 87.56%
R=0.46%
G=11.98%
B=87.56%

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
Decimal1261900.990.8600.25232.0698.9537.45
Hex11ABE6356019e86325
Octal13227614312603135014345
Binary1110101011111011000111010110011001111010001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011ABE; }

 p { color: rgb(1,26,190); }

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

<style>
 a { background-color: #011ABE; }

 a { background-color: rgb(1,26,190); }

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

<style>
 span { border-color: #011ABE; }

 span { border-color: rgb(1,26,190); }

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