Html Css Color HEX #110DBA Medium Blue

📋 copy color: '#110DBA'

red 17 ◦ green 13 ◦ blue 186

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

Shades of Medium Blue #110DBA

Tints of Medium Blue #110DBA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.02%

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

R = 7.87%
G = 6.02%
B = 86.11%

CMYK

 C value IS 0.91

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#110DBA (or 0x110DBA) is known color: Medium Blue. HEX triplet: 11, 0D and BA. RGB value is (17,13,186). Sum of RGB (Red+Green+Blue) = 17+13+186=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 186 (73.05% from 255 or 86.11% from 216); Max value from RGB is 186 - color contains mainly: blue. Hex color #110DBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110DBA is #EEF245. Grayscale: #212121. Windows color (decimal): -15659590 or 12193041. OLE color: 12193041.

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

Color convert

RGB 17 13 186 -
CMYK 0.91 0.93 0 0.27
HSL 241.39º 0.87% 0.39% -
HSV(B) 241.39º 0.93% 0.73% -
XYZ 9.24 3.95 46.73 -
YUV 33.92 213.83 115.93 -
System Red Green Blue C M Y K H S L
Decimal 17 13 186 0.91 0.93 0 0.27 241.39 0.87 0.39
Hex 11 D BA 5B 5D 0 1B F1 57 27
Octal 21 15 272 133 135 0 33 361 127 47
Binary 10001 1101 10111010 1011011 1011101 0 11011 11110001 1010111 100111

Color Harmonies of #110DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110DBA

Black with #110DBA

Text Example


Text Example

White with #110DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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