Html Css Color HEX #110BBD Medium Blue

📋 copy color: '#110BBD'

red 17 ◦ green 11 ◦ blue 189

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

Shades of Medium Blue #110BBD

Tints of Medium Blue #110BBD

RGB

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

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

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

R = 7.83%
G = 5.07%
B = 87.1%

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

#110BBD (or 0x110BBD) is known color: Medium Blue. HEX triplet: 11, 0B and BD. RGB value is (17,11,189). Sum of RGB (Red+Green+Blue) = 17+11+189=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 189 (74.22% from 255 or 87.10% from 217); Max value from RGB is 189 - color contains mainly: blue. Hex color #110BBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110BBD is #EEF442. Grayscale: #202020. Windows color (decimal): -15660099 or 12389137. OLE color: 12389137.

HSL color Cylindrical-coordinate representation of color #110BBD: hue angle of 242.02º 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 #110BBD is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 11 189 -
CMYK 0.91 0.94 0 0.26
HSL 242.02º 0.89% 0.39% -
HSV(B) 242.02º 0.94% 0.74% -
XYZ 9.54 4.03 48.42 -
YUV 33.09 215.99 116.53 -
System Red Green Blue C M Y K H S L
Decimal 17 11 189 0.91 0.94 0 0.26 242.02 0.89 0.39
Hex 11 B BD 5B 5E 0 1A F2 59 27
Octal 21 13 275 133 136 0 32 362 131 47
Binary 10001 1011 10111101 1011011 1011110 0 11010 11110010 1011001 100111

Color Harmonies of #110BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110BBD

Black with #110BBD

Text Example


Text Example

White with #110BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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