Html Css Color HEX #1100BD Medium Blue

📋 copy color: '#1100BD'

red 17 ◦ green 0 ◦ blue 189

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

Shades of Medium Blue #1100BD

Tints of Medium Blue #1100BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 91.75%

R = 8.25%
G = 0%
B = 91.75%

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

#1100BD (or 0x1100BD) is known color: Medium Blue. HEX triplet: 11, 00 and BD. RGB value is (17,0,189). Sum of RGB (Red+Green+Blue) = 17+0+189=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 189 (74.22% from 255 or 91.75% from 206); Max value from RGB is 189 - color contains mainly: blue. Hex color #1100BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1100BD is #EEFF42. Grayscale: #191919. Windows color (decimal): -15662915 or 12386321. OLE color: 12386321.

HSL color Cylindrical-coordinate representation of color #1100BD: hue angle of 245.4º 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 #1100BD is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 0 189 -
CMYK 0.91 1 0 0.26
HSL 245.4º 1% 0.37% -
HSV(B) 245.4º 1% 0.74% -
XYZ 9.42 3.79 48.38 -
YUV 26.63 219.63 121.13 -
System Red Green Blue C M Y K H S L
Decimal 17 0 189 0.91 1 0 0.26 245.4 1 0.37
Hex 11 0 BD 5B 64 0 1A F5 64 25
Octal 21 0 275 133 144 0 32 365 144 45
Binary 10001 0 10111101 1011011 1100100 0 11010 11110101 1100100 100101

Color Harmonies of #1100BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1100BD

Black with #1100BD

Text Example


Text Example

White with #1100BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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