Html Css Color HEX #011AED Blue

📋 copy color: '#011AED'

red 1 ◦ green 26 ◦ blue 237

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

Shades of Blue #011AED

Tints of Blue #011AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 89.77%

R = 0.38%
G = 9.85%
B = 89.77%

CMYK

 C value IS 1.00

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#011AED (or 0x011AED) is known color: Blue. HEX triplet: 01, 1A and ED. RGB value is (1,26,237). Sum of RGB (Red+Green+Blue) = 1+26+237=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 237 (92.97% from 255 or 89.77% from 264); Max value from RGB is 237 - color contains mainly: blue. Hex color #011AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011AED is #FEE512. Grayscale: #292929. Windows color (decimal): -16704787 or 15538689. OLE color: 15538689.

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

Color convert

RGB 1 26 237 -
CMYK 1.00 0.89 0 0.07
HSL 233.64º 0.99% 0.47% -
HSV(B) 233.64º 1% 0.93% -
XYZ 15.67 6.86 80.62 -
YUV 42.58 237.72 98.34 -
System Red Green Blue C M Y K H S L
Decimal 1 26 237 1.00 0.89 0 0.07 233.64 0.99 0.47
Hex 1 1A ED 64 59 0 7 EA 63 2F
Octal 1 32 355 144 131 0 7 352 143 57
Binary 1 11010 11101101 1100100 1011001 0 111 11101010 1100011 101111

Color Harmonies of #011AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011AED

Black with #011AED

Text Example


Text Example

White with #011AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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