Html Css Color HEX #110CBA Medium Blue

📋 copy color: '#110CBA'

red 17 ◦ green 12 ◦ blue 186

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

Shades of Medium Blue #110CBA

Tints of Medium Blue #110CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 86.51%

R = 7.91%
G = 5.58%
B = 86.51%

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

#110CBA (or 0x110CBA) is known color: Medium Blue. HEX triplet: 11, 0C and BA. RGB value is (17,12,186). Sum of RGB (Red+Green+Blue) = 17+12+186=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 186 (73.05% from 255 or 86.51% from 215); Max value from RGB is 186 - color contains mainly: blue. Hex color #110CBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110CBA is #EEF345. Grayscale: #202020. Windows color (decimal): -15659846 or 12192785. OLE color: 12192785.

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

Color convert

RGB 17 12 186 -
CMYK 0.91 0.94 0 0.27
HSL 241.72º 0.88% 0.39% -
HSV(B) 241.72º 0.94% 0.73% -
XYZ 9.23 3.93 46.73 -
YUV 33.33 214.16 116.35 -
System Red Green Blue C M Y K H S L
Decimal 17 12 186 0.91 0.94 0 0.27 241.72 0.88 0.39
Hex 11 C BA 5B 5E 0 1B F2 58 27
Octal 21 14 272 133 136 0 33 362 130 47
Binary 10001 1100 10111010 1011011 1011110 0 11011 11110010 1011000 100111

Color Harmonies of #110CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110CBA

Black with #110CBA

Text Example


Text Example

White with #110CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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