Html Css Color HEX #110BBC Medium Blue

📋 copy color: '#110BBC'

red 17 ◦ green 11 ◦ blue 188

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

Shades of Medium Blue #110BBC

Tints of Medium Blue #110BBC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.09%

 BLUE value IS 188 (73.83% from 255) = 87.04%

R = 7.87%
G = 5.09%
B = 87.04%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#110BBC (or 0x110BBC) is known color: Medium Blue. HEX triplet: 11, 0B and BC. RGB value is (17,11,188). Sum of RGB (Red+Green+Blue) = 17+11+188=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 11 (4.69% from 255 or 5.09% from 216); Blue value is 188 (73.83% from 255 or 87.04% from 216); Max value from RGB is 188 - color contains mainly: blue. Hex color #110BBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110BBC is #EEF443. Grayscale: #202020. Windows color (decimal): -15660100 or 12323601. OLE color: 12323601.

HSL color Cylindrical-coordinate representation of color #110BBC: hue angle of 242.03º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110BBC is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 11 188 -
CMYK 0.91 0.94 0 0.26
HSL 242.03º 0.89% 0.39% -
HSV(B) 242.03º 0.94% 0.74% -
XYZ 9.43 3.99 47.85 -
YUV 32.97 215.49 116.61 -
System Red Green Blue C M Y K H S L
Decimal 17 11 188 0.91 0.94 0 0.26 242.03 0.89 0.39
Hex 11 B BC 5B 5E 0 1A F2 59 27
Octal 21 13 274 133 136 0 32 362 131 47
Binary 10001 1011 10111100 1011011 1011110 0 11010 11110010 1011001 100111

Color Harmonies of #110BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110BBC

Black with #110BBC

Text Example


Text Example

White with #110BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110BBC; }

 p { color: rgb(17,11,188); }

 H1.HeaderClassName
 {
   color: #110BBC;
 }
 .AnyTagClassName
 {
   color: #110BBC;
 }
</style>

background-color css

<style>
 a { background-color: #110BBC; }

 a { background-color: rgb(17,11,188); }

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

border-color css

<style>
 span { border-color: #110BBC; }

 span { border-color: rgb(17,11,188); }

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