Html Css Color HEX #111BCB Medium Blue

📋 copy color: '#111BCB'

red 17 ◦ green 27 ◦ blue 203

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

Shades of Medium Blue #111BCB

Tints of Medium Blue #111BCB

RGB

 RED value IS 17 (7.03% from 255) = 6.88%

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

 BLUE value IS 203 (79.69% from 255) = 82.19%

R = 6.88%
G = 10.93%
B = 82.19%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#111BCB (or 0x111BCB) is known color: Medium Blue. HEX triplet: 11, 1B and CB. RGB value is (17,27,203). Sum of RGB (Red+Green+Blue) = 17+27+203=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 203 (79.69% from 255 or 82.19% from 247); Max value from RGB is 203 - color contains mainly: blue. Hex color #111BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BCB is #EEE434. Grayscale: #2B2B2B. Windows color (decimal): -15655989 or 13310737. OLE color: 13310737.

HSL color Cylindrical-coordinate representation of color #111BCB: hue angle of 236.77º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111BCB is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 27 203 -
CMYK 0.92 0.87 0 0.20
HSL 236.77º 0.85% 0.43% -
HSV(B) 236.77º 0.92% 0.8% -
XYZ 11.4 5.21 56.91 -
YUV 44.07 217.69 108.69 -
System Red Green Blue C M Y K H S L
Decimal 17 27 203 0.92 0.87 0 0.20 236.77 0.85 0.43
Hex 11 1B CB 5C 57 0 14 ED 55 2B
Octal 21 33 313 134 127 0 24 355 125 53
Binary 10001 11011 11001011 1011100 1010111 0 10100 11101101 1010101 101011

Color Harmonies of #111BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111BCB

Black with #111BCB

Text Example


Text Example

White with #111BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111BCB; }

 p { color: rgb(17,27,203); }

 H1.HeaderClassName
 {
   color: #111BCB;
 }
 .AnyTagClassName
 {
   color: #111BCB;
 }
</style>

background-color css

<style>
 a { background-color: #111BCB; }

 a { background-color: rgb(17,27,203); }

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

border-color css

<style>
 span { border-color: #111BCB; }

 span { border-color: rgb(17,27,203); }

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