Html Css Color HEX #110CBB Medium Blue

📋 copy color: '#110CBB'

red 17 ◦ green 12 ◦ blue 187

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

Shades of Medium Blue #110CBB

Tints of Medium Blue #110CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.56%

 BLUE value IS 187 (73.44% from 255) = 86.57%

R = 7.87%
G = 5.56%
B = 86.57%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#110CBB (or 0x110CBB) is known color: Medium Blue. HEX triplet: 11, 0C and BB. RGB value is (17,12,187). Sum of RGB (Red+Green+Blue) = 17+12+187=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 187 (73.44% from 255 or 86.57% from 216); Max value from RGB is 187 - color contains mainly: blue. Hex color #110CBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110CBB is #EEF344. Grayscale: #202020. Windows color (decimal): -15659845 or 12258321. OLE color: 12258321.

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

Color convert

RGB 17 12 187 -
CMYK 0.91 0.94 0 0.27
HSL 241.71º 0.88% 0.39% -
HSV(B) 241.71º 0.94% 0.73% -
XYZ 9.33 3.97 47.29 -
YUV 33.45 214.66 116.27 -
System Red Green Blue C M Y K H S L
Decimal 17 12 187 0.91 0.94 0 0.27 241.71 0.88 0.39
Hex 11 C BB 5B 5E 0 1B F2 58 27
Octal 21 14 273 133 136 0 33 362 130 47
Binary 10001 1100 10111011 1011011 1011110 0 11011 11110010 1011000 100111

Color Harmonies of #110CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110CBB

Black with #110CBB

Text Example


Text Example

White with #110CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,12,187); }

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

background-color css

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

 a { background-color: rgb(17,12,187); }

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

border-color css

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

 span { border-color: rgb(17,12,187); }

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