Html Css Color HEX #1119BE Medium Blue

📋 copy color: '#1119BE'

red 17 ◦ green 25 ◦ blue 190

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

Shades of Medium Blue #1119BE

Tints of Medium Blue #1119BE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.78%

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

R = 7.33%
G = 10.78%
B = 81.9%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1119BE (or 0x1119BE) is known color: Medium Blue. HEX triplet: 11, 19 and BE. RGB value is (17,25,190). Sum of RGB (Red+Green+Blue) = 17+25+190=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 190 (74.61% from 255 or 81.90% from 232); Max value from RGB is 190 - color contains mainly: blue. Hex color #1119BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1119BE is #EEE641. Grayscale: #282828. Windows color (decimal): -15656514 or 12458257. OLE color: 12458257.

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

Color convert

RGB 17 25 190 -
CMYK 0.91 0.87 0 0.25
HSL 237.23º 0.84% 0.41% -
HSV(B) 237.23º 0.91% 0.75% -
XYZ 9.87 4.53 49.07 -
YUV 41.42 211.85 110.58 -
System Red Green Blue C M Y K H S L
Decimal 17 25 190 0.91 0.87 0 0.25 237.23 0.84 0.41
Hex 11 19 BE 5B 57 0 19 ED 54 29
Octal 21 31 276 133 127 0 31 355 124 51
Binary 10001 11001 10111110 1011011 1010111 0 11001 11101101 1010100 101001

Color Harmonies of #1119BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1119BE

Black with #1119BE

Text Example


Text Example

White with #1119BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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