Html Css Color HEX #110CBE Medium Blue

📋 copy color: '#110CBE'

red 17 ◦ green 12 ◦ blue 190

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

Shades of Medium Blue #110CBE

Tints of Medium Blue #110CBE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.48%

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

R = 7.76%
G = 5.48%
B = 86.76%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#110CBE (or 0x110CBE) is known color: Medium Blue. HEX triplet: 11, 0C and BE. RGB value is (17,12,190). Sum of RGB (Red+Green+Blue) = 17+12+190=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 190 (74.61% from 255 or 86.76% from 219); Max value from RGB is 190 - color contains mainly: blue. Hex color #110CBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110CBE is #EEF341. Grayscale: #212121. Windows color (decimal): -15659842 or 12454929. OLE color: 12454929.

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

Color convert

RGB 17 12 190 -
CMYK 0.91 0.94 0 0.25
HSL 241.69º 0.88% 0.4% -
HSV(B) 241.69º 0.94% 0.75% -
XYZ 9.66 4.1 49 -
YUV 33.79 216.16 116.03 -
System Red Green Blue C M Y K H S L
Decimal 17 12 190 0.91 0.94 0 0.25 241.69 0.88 0.4
Hex 11 C BE 5B 5E 0 19 F2 58 28
Octal 21 14 276 133 136 0 31 362 130 50
Binary 10001 1100 10111110 1011011 1011110 0 11001 11110010 1011000 101000

Color Harmonies of #110CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110CBE

Black with #110CBE

Text Example


Text Example

White with #110CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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