Html Css Color HEX #1115BB Medium Blue

📋 copy color: '#1115BB'

red 17 ◦ green 21 ◦ blue 187

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

Shades of Medium Blue #1115BB

Tints of Medium Blue #1115BB

RGB

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

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

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

R = 7.56%
G = 9.33%
B = 83.11%

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

#1115BB (or 0x1115BB) is known color: Medium Blue. HEX triplet: 11, 15 and BB. RGB value is (17,21,187). Sum of RGB (Red+Green+Blue) = 17+21+187=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 187 (73.44% from 255 or 83.11% from 225); Max value from RGB is 187 - color contains mainly: blue. Hex color #1115BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1115BB is #EEEA44. Grayscale: #262626. Windows color (decimal): -15657541 or 12260625. OLE color: 12260625.

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

Color convert

RGB 17 21 187 -
CMYK 0.91 0.89 0 0.27
HSL 238.59º 0.83% 0.4% -
HSV(B) 238.59º 0.91% 0.73% -
XYZ 9.47 4.24 47.33 -
YUV 38.73 211.67 112.5 -
System Red Green Blue C M Y K H S L
Decimal 17 21 187 0.91 0.89 0 0.27 238.59 0.83 0.4
Hex 11 15 BB 5B 59 0 1B EF 53 28
Octal 21 25 273 133 131 0 33 357 123 50
Binary 10001 10101 10111011 1011011 1011001 0 11011 11101111 1010011 101000

Color Harmonies of #1115BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1115BB

Black with #1115BB

Text Example


Text Example

White with #1115BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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