Html Css Color HEX #011BCD Medium Blue

📋 copy color: '#011BCD'

red 1 ◦ green 27 ◦ blue 205

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

Shades of Medium Blue #011BCD

Tints of Medium Blue #011BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 87.98%

R = 0.43%
G = 11.59%
B = 87.98%

CMYK

 C value IS 1.00

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#011BCD (or 0x011BCD) is known color: Medium Blue. HEX triplet: 01, 1B and CD. RGB value is (1,27,205). Sum of RGB (Red+Green+Blue) = 1+27+205=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 205 (80.47% from 255 or 87.98% from 233); Max value from RGB is 205 - color contains mainly: blue. Hex color #011BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011BCD is #FEE432. Grayscale: #262626. Windows color (decimal): -16704563 or 13441793. OLE color: 13441793.

HSL color Cylindrical-coordinate representation of color #011BCD: hue angle of 232.35º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011BCD is Cyan = 1.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 27 205 -
CMYK 1.00 0.87 0 0.20
HSL 232.35º 0.99% 0.4% -
HSV(B) 232.35º 1% 0.8% -
XYZ 11.42 5.2 58.16 -
YUV 39.52 221.39 100.53 -
System Red Green Blue C M Y K H S L
Decimal 1 27 205 1.00 0.87 0 0.20 232.35 0.99 0.4
Hex 1 1B CD 64 57 0 14 E8 63 28
Octal 1 33 315 144 127 0 24 350 143 50
Binary 1 11011 11001101 1100100 1010111 0 10100 11101000 1100011 101000

Color Harmonies of #011BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011BCD

Black with #011BCD

Text Example


Text Example

White with #011BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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