Html Css Color HEX #110BBA Medium Blue

📋 copy color: '#110BBA'

red 17 ◦ green 11 ◦ blue 186

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

Shades of Medium Blue #110BBA

Tints of Medium Blue #110BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.14%

 BLUE value IS 186 (73.05% from 255) = 86.92%

R = 7.94%
G = 5.14%
B = 86.92%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#110BBA (or 0x110BBA) is known color: Medium Blue. HEX triplet: 11, 0B and BA. RGB value is (17,11,186). Sum of RGB (Red+Green+Blue) = 17+11+186=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 186 (73.05% from 255 or 86.92% from 214); Max value from RGB is 186 - color contains mainly: blue. Hex color #110BBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110BBA is #EEF445. Grayscale: #202020. Windows color (decimal): -15660102 or 12192529. OLE color: 12192529.

HSL color Cylindrical-coordinate representation of color #110BBA: hue angle of 242.06º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110BBA is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 11 186 -
CMYK 0.91 0.94 0 0.27
HSL 242.06º 0.89% 0.39% -
HSV(B) 242.06º 0.94% 0.73% -
XYZ 9.21 3.9 46.72 -
YUV 32.74 214.49 116.77 -
System Red Green Blue C M Y K H S L
Decimal 17 11 186 0.91 0.94 0 0.27 242.06 0.89 0.39
Hex 11 B BA 5B 5E 0 1B F2 59 27
Octal 21 13 272 133 136 0 33 362 131 47
Binary 10001 1011 10111010 1011011 1011110 0 11011 11110010 1011001 100111

Color Harmonies of #110BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110BBA

Black with #110BBA

Text Example


Text Example

White with #110BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,11,186); }

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

background-color css

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

 a { background-color: rgb(17,11,186); }

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

border-color css

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

 span { border-color: rgb(17,11,186); }

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