Html Css Color HEX #1109C0 Medium Blue

📋 copy color: '#1109C0'

red 17 ◦ green 9 ◦ blue 192

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

Shades of Medium Blue #1109C0

Tints of Medium Blue #1109C0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.13%

 BLUE value IS 192 (75.39% from 255) = 88.07%

R = 7.8%
G = 4.13%
B = 88.07%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1109C0 (or 0x1109C0) is known color: Medium Blue. HEX triplet: 11, 09 and C0. RGB value is (17,9,192). Sum of RGB (Red+Green+Blue) = 17+9+192=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 192 (75.39% from 255 or 88.07% from 218); Max value from RGB is 192 - color contains mainly: blue. Hex color #1109C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1109C0 is #EEF63F. Grayscale: #1F1F1F. Windows color (decimal): -15660608 or 12585233. OLE color: 12585233.

HSL color Cylindrical-coordinate representation of color #1109C0: hue angle of 242.62º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1109C0 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 9 192 -
CMYK 0.91 0.95 0 0.25
HSL 242.62º 0.91% 0.39% -
HSV(B) 242.62º 0.95% 0.75% -
XYZ 9.84 4.12 50.15 -
YUV 32.25 218.15 117.12 -
System Red Green Blue C M Y K H S L
Decimal 17 9 192 0.91 0.95 0 0.25 242.62 0.91 0.39
Hex 11 9 C0 5B 5F 0 19 F3 5B 27
Octal 21 11 300 133 137 0 31 363 133 47
Binary 10001 1001 11000000 1011011 1011111 0 11001 11110011 1011011 100111

Color Harmonies of #1109C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1109C0

Black with #1109C0

Text Example


Text Example

White with #1109C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1109C0; }

 p { color: rgb(17,9,192); }

 H1.HeaderClassName
 {
   color: #1109C0;
 }
 .AnyTagClassName
 {
   color: #1109C0;
 }
</style>

background-color css

<style>
 a { background-color: #1109C0; }

 a { background-color: rgb(17,9,192); }

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

border-color css

<style>
 span { border-color: #1109C0; }

 span { border-color: rgb(17,9,192); }

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