Html Css Color HEX #1119BF Medium Blue

📋 copy color: '#1119BF'

red 17 ◦ green 25 ◦ blue 191

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

Shades of Medium Blue #1119BF

Tints of Medium Blue #1119BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 81.97%

R = 7.3%
G = 10.73%
B = 81.97%

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

#1119BF (or 0x1119BF) is known color: Medium Blue. HEX triplet: 11, 19 and BF. RGB value is (17,25,191). Sum of RGB (Red+Green+Blue) = 17+25+191=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 191 (75% from 255 or 81.97% from 233); Max value from RGB is 191 - color contains mainly: blue. Hex color #1119BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1119BF is #EEE640. Grayscale: #282828. Windows color (decimal): -15656513 or 12523793. OLE color: 12523793.

HSL color Cylindrical-coordinate representation of color #1119BF: hue angle of 237.24º 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 #1119BF is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 25 191 -
CMYK 0.91 0.87 0 0.25
HSL 237.24º 0.84% 0.41% -
HSV(B) 237.24º 0.91% 0.75% -
XYZ 9.98 4.58 49.65 -
YUV 41.53 212.35 110.5 -
System Red Green Blue C M Y K H S L
Decimal 17 25 191 0.91 0.87 0 0.25 237.24 0.84 0.41
Hex 11 19 BF 5B 57 0 19 ED 54 29
Octal 21 31 277 133 127 0 31 355 124 51
Binary 10001 11001 10111111 1011011 1010111 0 11001 11101101 1010100 101001

Color Harmonies of #1119BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1119BF

Black with #1119BF

Text Example


Text Example

White with #1119BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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