Html Css Color HEX #011ABE Medium Blue

📋 copy color: '#011ABE'

red 1 ◦ green 26 ◦ blue 190

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

Shades of Medium Blue #011ABE

Tints of Medium Blue #011ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 87.56%

R = 0.46%
G = 11.98%
B = 87.56%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#011ABE (or 0x011ABE) is known color: Medium Blue. HEX triplet: 01, 1A and BE. RGB value is (1,26,190). Sum of RGB (Red+Green+Blue) = 1+26+190=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 190 (74.61% from 255 or 87.56% from 217); Max value from RGB is 190 - color contains mainly: blue. Hex color #011ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011ABE is #FEE541. Grayscale: #242424. Windows color (decimal): -16704834 or 12458497. OLE color: 12458497.

HSL color Cylindrical-coordinate representation of color #011ABE: hue angle of 232.06º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011ABE is Cyan = 0.99, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 26 190 -
CMYK 0.99 0.86 0 0.25
HSL 232.06º 0.99% 0.37% -
HSV(B) 232.06º 0.99% 0.75% -
XYZ 9.68 4.46 49.07 -
YUV 37.22 214.22 102.16 -
System Red Green Blue C M Y K H S L
Decimal 1 26 190 0.99 0.86 0 0.25 232.06 0.99 0.37
Hex 1 1A BE 63 56 0 19 E8 63 25
Octal 1 32 276 143 126 0 31 350 143 45
Binary 1 11010 10111110 1100011 1010110 0 11001 11101000 1100011 100101

Color Harmonies of #011ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011ABE

Black with #011ABE

Text Example


Text Example

White with #011ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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