Html Css Color HEX #011AE9 Blue

📋 copy color: '#011AE9'

red 1 ◦ green 26 ◦ blue 233

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

Shades of Blue #011AE9

Tints of Blue #011AE9

RGB

 RED value IS 1 (0.78% from 255) = 0.38%

 GREEN value IS 26 (10.55% from 255) = 10%

 BLUE value IS 233 (91.41% from 255) = 89.62%

R = 0.38%
G = 10%
B = 89.62%

CMYK

 C value IS 1.00

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#011AE9 (or 0x011AE9) is known color: Blue. HEX triplet: 01, 1A and E9. RGB value is (1,26,233). Sum of RGB (Red+Green+Blue) = 1+26+233=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 233 (91.41% from 255 or 89.62% from 260); Max value from RGB is 233 - color contains mainly: blue. Hex color #011AE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011AE9 is #FEE516. Grayscale: #292929. Windows color (decimal): -16704791 or 15276545. OLE color: 15276545.

HSL color Cylindrical-coordinate representation of color #011AE9: hue angle of 233.53º 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 #011AE9 is Cyan = 1.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 1 26 233 -
CMYK 1.00 0.89 0 0.09
HSL 233.53º 0.99% 0.46% -
HSV(B) 233.53º 1% 0.91% -
XYZ 15.09 6.63 77.57 -
YUV 42.12 235.72 98.67 -
System Red Green Blue C M Y K H S L
Decimal 1 26 233 1.00 0.89 0 0.09 233.53 0.99 0.46
Hex 1 1A E9 64 59 0 9 EA 63 2E
Octal 1 32 351 144 131 0 11 352 143 56
Binary 1 11010 11101001 1100100 1011001 0 1001 11101010 1100011 101110

Color Harmonies of #011AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011AE9

Black with #011AE9

Text Example


Text Example

White with #011AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #011AE9;
 }
 .AnyTagClassName
 {
   color: #011AE9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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