Html Css Color HEX #1104BE Medium Blue

📋 copy color: '#1104BE'

red 17 ◦ green 4 ◦ blue 190

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

Shades of Medium Blue #1104BE

Tints of Medium Blue #1104BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 90.05%

R = 8.06%
G = 1.9%
B = 90.05%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1104BE (or 0x1104BE) is known color: Medium Blue. HEX triplet: 11, 04 and BE. RGB value is (17,4,190). Sum of RGB (Red+Green+Blue) = 17+4+190=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 190 (74.61% from 255 or 90.05% from 211); Max value from RGB is 190 - color contains mainly: blue. Hex color #1104BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1104BE is #EEFB41. Grayscale: #1C1C1C. Windows color (decimal): -15661890 or 12452881. OLE color: 12452881.

HSL color Cylindrical-coordinate representation of color #1104BE: hue angle of 244.19º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1104BE is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 4 190 -
CMYK 0.91 0.98 0 0.25
HSL 244.19º 0.96% 0.38% -
HSV(B) 244.19º 0.98% 0.75% -
XYZ 9.57 3.92 48.97 -
YUV 29.09 218.81 119.38 -
System Red Green Blue C M Y K H S L
Decimal 17 4 190 0.91 0.98 0 0.25 244.19 0.96 0.38
Hex 11 4 BE 5B 62 0 19 F4 60 26
Octal 21 4 276 133 142 0 31 364 140 46
Binary 10001 100 10111110 1011011 1100010 0 11001 11110100 1100000 100110

Color Harmonies of #1104BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1104BE

Black with #1104BE

Text Example


Text Example

White with #1104BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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