Html Css Color HEX #011BE5 Medium Blue

📋 copy color: '#011BE5'

red 1 ◦ green 27 ◦ blue 229

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

Shades of Medium Blue #011BE5

Tints of Medium Blue #011BE5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.51%

 BLUE value IS 229 (89.84% from 255) = 89.11%

R = 0.39%
G = 10.51%
B = 89.11%

CMYK

 C value IS 1.00

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#011BE5 (or 0x011BE5) is known color: Medium Blue. HEX triplet: 01, 1B and E5. RGB value is (1,27,229). Sum of RGB (Red+Green+Blue) = 1+27+229=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 229 (89.84% from 255 or 89.11% from 257); Max value from RGB is 229 - color contains mainly: blue. Hex color #011BE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011BE5 is #FEE41A. Grayscale: #292929. Windows color (decimal): -16704539 or 15014657. OLE color: 15014657.

HSL color Cylindrical-coordinate representation of color #011BE5: hue angle of 233.16º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011BE5 is Cyan = 1.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 1 27 229 -
CMYK 1.00 0.88 0 0.10
HSL 233.16º 0.99% 0.45% -
HSV(B) 233.16º 1% 0.9% -
XYZ 14.55 6.45 74.61 -
YUV 42.25 233.39 98.57 -
System Red Green Blue C M Y K H S L
Decimal 1 27 229 1.00 0.88 0 0.10 233.16 0.99 0.45
Hex 1 1B E5 64 58 0 A E9 63 2D
Octal 1 33 345 144 130 0 12 351 143 55
Binary 1 11011 11100101 1100100 1011000 0 1010 11101001 1100011 101101

Color Harmonies of #011BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011BE5

Black with #011BE5

Text Example


Text Example

White with #011BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,27,229); }

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

background-color css

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

 a { background-color: rgb(1,27,229); }

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

border-color css

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

 span { border-color: rgb(1,27,229); }

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