Html Css Color HEX #1100BC Medium Blue

📋 copy color: '#1100BC'

red 17 ◦ green 0 ◦ blue 188

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

Shades of Medium Blue #1100BC

Tints of Medium Blue #1100BC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 188 (73.83% from 255) = 91.71%

R = 8.29%
G = 0%
B = 91.71%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1100BC (or 0x1100BC) is known color: Medium Blue. HEX triplet: 11, 00 and BC. RGB value is (17,0,188). Sum of RGB (Red+Green+Blue) = 17+0+188=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 188 (73.83% from 255 or 91.71% from 205); Max value from RGB is 188 - color contains mainly: blue. Hex color #1100BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1100BC is #EEFF43. Grayscale: #191919. Windows color (decimal): -15662916 or 12320785. OLE color: 12320785.

HSL color Cylindrical-coordinate representation of color #1100BC: hue angle of 245.43º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1100BC is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 0 188 -
CMYK 0.91 1 0 0.26
HSL 245.43º 1% 0.37% -
HSV(B) 245.43º 1% 0.74% -
XYZ 9.31 3.75 47.81 -
YUV 26.52 219.13 121.21 -
System Red Green Blue C M Y K H S L
Decimal 17 0 188 0.91 1 0 0.26 245.43 1 0.37
Hex 11 0 BC 5B 64 0 1A F5 64 25
Octal 21 0 274 133 144 0 32 365 144 45
Binary 10001 0 10111100 1011011 1100100 0 11010 11110101 1100100 100101

Color Harmonies of #1100BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1100BC

Black with #1100BC

Text Example


Text Example

White with #1100BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1100BC; }

 p { color: rgb(17,0,188); }

 H1.HeaderClassName
 {
   color: #1100BC;
 }
 .AnyTagClassName
 {
   color: #1100BC;
 }
</style>

background-color css

<style>
 a { background-color: #1100BC; }

 a { background-color: rgb(17,0,188); }

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

border-color css

<style>
 span { border-color: #1100BC; }

 span { border-color: rgb(17,0,188); }

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