#011AE8

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

Shades of Blue #011AE8

Tints of Blue #011AE8

Color information

#011AE8 (or 0x011AE8) is unknown color: approx Blue. HEX triplet: 01, 1A and E8. RGB value is (1,26,232). Sum of RGB (Red+Green+Blue) = 1+26+232=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 232 (91.02% from 255 or 89.58% from 259); Max value from RGB is 232 - color contains mainly: blue. Hex color #011AE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011AE8 is #FEE517. Grayscale: #292929. Windows color (decimal): -16704792 or 15211009. OLE color: 15211009.

HSL color Cylindrical-coordinate representation of color #011AE8: hue angle of 233.51º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011AE8 is Cyan = 1.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB126232-
CMYK1.000.8900.09
HSL233.51º99.14%45.69%-
HSV(B)233.51º99.57%90.98%-
XYZ14.956.5776.82-
YUV42.01235.2298.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 26 (10.55% from 255) = 10.04%
BLUE value IS 232 (91.02% from 255) = 89.58%
R=0.39%
G=10.04%
B=89.58%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1262321.000.8900.09233.5199.1445.69
Hex11AE8645909ea632e
Octal13235014413101135214356
Binary111010111010001100100101100101001111010101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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