Html Css Color HEX #110FBE Medium Blue

📋 copy color: '#110FBE'

red 17 ◦ green 15 ◦ blue 190

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

Shades of Medium Blue #110FBE

Tints of Medium Blue #110FBE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.76%

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

R = 7.66%
G = 6.76%
B = 85.59%

CMYK

 C value IS 0.91

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#110FBE (or 0x110FBE) is known color: Medium Blue. HEX triplet: 11, 0F and BE. RGB value is (17,15,190). Sum of RGB (Red+Green+Blue) = 17+15+190=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 190 (74.61% from 255 or 85.59% from 222); Max value from RGB is 190 - color contains mainly: blue. Hex color #110FBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110FBE is #EEF041. Grayscale: #222222. Windows color (decimal): -15659074 or 12455697. OLE color: 12455697.

HSL color Cylindrical-coordinate representation of color #110FBE: hue angle of 240.69º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110FBE is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 15 190 -
CMYK 0.91 0.92 0 0.25
HSL 240.69º 0.85% 0.4% -
HSV(B) 240.69º 0.92% 0.75% -
XYZ 9.7 4.18 49.01 -
YUV 35.55 215.16 114.77 -
System Red Green Blue C M Y K H S L
Decimal 17 15 190 0.91 0.92 0 0.25 240.69 0.85 0.4
Hex 11 F BE 5B 5C 0 19 F1 55 28
Octal 21 17 276 133 134 0 31 361 125 50
Binary 10001 1111 10111110 1011011 1011100 0 11001 11110001 1010101 101000

Color Harmonies of #110FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110FBE

Black with #110FBE

Text Example


Text Example

White with #110FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110FBE; }

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

 H1.HeaderClassName
 {
   color: #110FBE;
 }
 .AnyTagClassName
 {
   color: #110FBE;
 }
</style>

background-color css

<style>
 a { background-color: #110FBE; }

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

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

border-color css

<style>
 span { border-color: #110FBE; }

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

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