Html Css Color HEX #1115BA Medium Blue

📋 copy color: '#1115BA'

red 17 ◦ green 21 ◦ blue 186

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

Shades of Medium Blue #1115BA

Tints of Medium Blue #1115BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

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

R = 7.59%
G = 9.38%
B = 83.04%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1115BA (or 0x1115BA) is known color: Medium Blue. HEX triplet: 11, 15 and BA. RGB value is (17,21,186). Sum of RGB (Red+Green+Blue) = 17+21+186=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 186 (73.05% from 255 or 83.04% from 224); Max value from RGB is 186 - color contains mainly: blue. Hex color #1115BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1115BA is #EEEA45. Grayscale: #252525. Windows color (decimal): -15657542 or 12195089. OLE color: 12195089.

HSL color Cylindrical-coordinate representation of color #1115BA: hue angle of 238.58º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1115BA is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 21 186 -
CMYK 0.91 0.89 0 0.27
HSL 238.58º 0.83% 0.4% -
HSV(B) 238.58º 0.91% 0.73% -
XYZ 9.36 4.2 46.77 -
YUV 38.61 211.17 112.58 -
System Red Green Blue C M Y K H S L
Decimal 17 21 186 0.91 0.89 0 0.27 238.58 0.83 0.4
Hex 11 15 BA 5B 59 0 1B EF 53 28
Octal 21 25 272 133 131 0 33 357 123 50
Binary 10001 10101 10111010 1011011 1011001 0 11011 11101111 1010011 101000

Color Harmonies of #1115BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1115BA

Black with #1115BA

Text Example


Text Example

White with #1115BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1115BA; }

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

 H1.HeaderClassName
 {
   color: #1115BA;
 }
 .AnyTagClassName
 {
   color: #1115BA;
 }
</style>

background-color css

<style>
 a { background-color: #1115BA; }

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

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

border-color css

<style>
 span { border-color: #1115BA; }

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

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