#001AEE

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

Shades of Blue #001AEE

Tints of Blue #001AEE

Color information

#001AEE (or 0x001AEE) is unknown color: approx Blue. HEX triplet: 00, 1A and EE. RGB value is (0,26,238). Sum of RGB (Red+Green+Blue) = 0+26+238=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 238 (93.36% from 255 or 90.15% from 264); Max value from RGB is 238 - color contains mainly: blue. Hex color #001AEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001AEE is #FFE511. Grayscale: #292929. Windows color (decimal): -16770322 or 15604224. OLE color: 15604224.

HSL color Cylindrical-coordinate representation of color #001AEE: hue angle of 233.45º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001AEE is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB026238-
CMYK10.8900.07
HSL233.45º100%46.67%-
HSV(B)233.45º100%93.33%-
XYZ15.86.9181.39-
YUV42.39238.3997.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 26 (10.55% from 255) = 9.85%
BLUE value IS 238 (93.36% from 255) = 90.15%
R=0%
G=9.85%
B=90.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal02623810.8900.07233.4510046.67
Hex01AEE645907e9642f
Octal0323561441310735114457
Binary01101011101110110010010110010111111010011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001AEE; }

 p { color: rgb(0,26,238); }

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

<style>
 a { background-color: #001AEE; }

 a { background-color: rgb(0,26,238); }

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

<style>
 span { border-color: #001AEE; }

 span { border-color: rgb(0,26,238); }

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