Html Css Color HEX #1104C9 Medium Blue

📋 copy color: '#1104C9'

red 17 ◦ green 4 ◦ blue 201

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

Shades of Medium Blue #1104C9

Tints of Medium Blue #1104C9

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.8%

 BLUE value IS 201 (78.91% from 255) = 90.54%

R = 7.66%
G = 1.8%
B = 90.54%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1104C9 (or 0x1104C9) is known color: Medium Blue. HEX triplet: 11, 04 and C9. RGB value is (17,4,201). Sum of RGB (Red+Green+Blue) = 17+4+201=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 201 (78.91% from 255 or 90.54% from 222); Max value from RGB is 201 - color contains mainly: blue. Hex color #1104C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1104C9 is #EEFB36. Grayscale: #1D1D1D. Windows color (decimal): -15661879 or 13173777. OLE color: 13173777.

HSL color Cylindrical-coordinate representation of color #1104C9: hue angle of 243.96º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1104C9 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 17 4 201 -
CMYK 0.92 0.98 0 0.21
HSL 243.96º 0.96% 0.4% -
HSV(B) 243.96º 0.98% 0.79% -
XYZ 10.82 4.42 55.54 -
YUV 30.35 224.31 118.48 -
System Red Green Blue C M Y K H S L
Decimal 17 4 201 0.92 0.98 0 0.21 243.96 0.96 0.4
Hex 11 4 C9 5C 62 0 15 F4 60 28
Octal 21 4 311 134 142 0 25 364 140 50
Binary 10001 100 11001001 1011100 1100010 0 10101 11110100 1100000 101000

Color Harmonies of #1104C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1104C9

Black with #1104C9

Text Example


Text Example

White with #1104C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1104C9; }

 p { color: rgb(17,4,201); }

 H1.HeaderClassName
 {
   color: #1104C9;
 }
 .AnyTagClassName
 {
   color: #1104C9;
 }
</style>

background-color css

<style>
 a { background-color: #1104C9; }

 a { background-color: rgb(17,4,201); }

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

border-color css

<style>
 span { border-color: #1104C9; }

 span { border-color: rgb(17,4,201); }

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