#011AD8

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

Shades of Medium Blue #011AD8

Tints of Medium Blue #011AD8

Color information

#011AD8 (or 0x011AD8) is unknown color: approx Medium Blue. HEX triplet: 01, 1A and D8. RGB value is (1,26,216). Sum of RGB (Red+Green+Blue) = 1+26+216=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 216 (84.77% from 255 or 88.89% from 243); Max value from RGB is 216 - color contains mainly: blue. Hex color #011AD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011AD8 is #FEE527. Grayscale: #272727. Windows color (decimal): -16704808 or 14162433. OLE color: 14162433.

HSL color Cylindrical-coordinate representation of color #011AD8: hue angle of 233.02º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011AD8 is Cyan = 1.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB126216-
CMYK1.000.8800.15
HSL233.02º99.08%42.55%-
HSV(B)233.02º99.54%84.71%-
XYZ12.785.765.39-
YUV40.18227.22100.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 26 (10.55% from 255) = 10.70%
BLUE value IS 216 (84.77% from 255) = 88.89%
R=0.41%
G=10.70%
B=88.89%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1262161.000.8800.15233.0299.0842.55
Hex11AD864580Fe9632b
Octal13233014413001735114353
Binary111010110110001100100101100001111111010011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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