Html Css Color HEX #011ABD Medium Blue

📋 copy color: '#011ABD'

red 1 ◦ green 26 ◦ blue 189

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

Shades of Medium Blue #011ABD

Tints of Medium Blue #011ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 87.5%

R = 0.46%
G = 12.04%
B = 87.5%

CMYK

 C value IS 0.99

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#011ABD (or 0x011ABD) is known color: Medium Blue. HEX triplet: 01, 1A and BD. RGB value is (1,26,189). Sum of RGB (Red+Green+Blue) = 1+26+189=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 189 (74.22% from 255 or 87.5% from 216); Max value from RGB is 189 - color contains mainly: blue. Hex color #011ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011ABD is #FEE542. Grayscale: #242424. Windows color (decimal): -16704835 or 12392961. OLE color: 12392961.

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

Color convert

RGB 1 26 189 -
CMYK 0.99 0.86 0 0.26
HSL 232.02º 0.99% 0.37% -
HSV(B) 232.02º 0.99% 0.74% -
XYZ 9.57 4.42 48.49 -
YUV 37.11 213.72 102.25 -
System Red Green Blue C M Y K H S L
Decimal 1 26 189 0.99 0.86 0 0.26 232.02 0.99 0.37
Hex 1 1A BD 63 56 0 1A E8 63 25
Octal 1 32 275 143 126 0 32 350 143 45
Binary 1 11010 10111101 1100011 1010110 0 11010 11101000 1100011 100101

Color Harmonies of #011ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011ABD

Black with #011ABD

Text Example


Text Example

White with #011ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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