Html Css Color HEX #001AEE Blue

📋 copy color: '#001AEE'

red 0 ◦ green 26 ◦ blue 238

#001AEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #001AEE

Tints of Blue #001AEE

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 value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#001AEE (or 0x001AEE) is known color: 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

RGB 0 26 238 -
CMYK 1 0.89 0 0.07
HSL 233.45º 1% 0.47% -
HSV(B) 233.45º 1% 0.93% -
XYZ 15.8 6.91 81.39 -
YUV 42.39 238.39 97.76 -
System Red Green Blue C M Y K H S L
Decimal 0 26 238 1 0.89 0 0.07 233.45 1 0.47
Hex 0 1A EE 64 59 0 7 E9 64 2F
Octal 0 32 356 144 131 0 7 351 144 57
Binary 0 11010 11101110 1100100 1011001 0 111 11101001 1100100 101111

Color Harmonies of #001AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001AEE

Black with #001AEE

Text Example


Text Example

White with #001AEE

Text Example


Text Example

HTML Codes & Css Web 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>