Html Css Color HEX #110AB9 Medium Blue

📋 copy color: '#110AB9'

red 17 ◦ green 10 ◦ blue 185

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

Shades of Medium Blue #110AB9

Tints of Medium Blue #110AB9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.72%

 BLUE value IS 185 (72.66% from 255) = 87.26%

R = 8.02%
G = 4.72%
B = 87.26%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#110AB9 (or 0x110AB9) is known color: Medium Blue. HEX triplet: 11, 0A and B9. RGB value is (17,10,185). Sum of RGB (Red+Green+Blue) = 17+10+185=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 185 (72.66% from 255 or 87.26% from 212); Max value from RGB is 185 - color contains mainly: blue. Hex color #110AB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110AB9 is #EEF546. Grayscale: #1F1F1F. Windows color (decimal): -15660359 or 12126737. OLE color: 12126737.

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

Color convert

RGB 17 10 185 -
CMYK 0.91 0.95 0 0.27
HSL 242.4º 0.9% 0.38% -
HSV(B) 242.4º 0.95% 0.73% -
XYZ 9.1 3.84 46.16 -
YUV 32.04 214.32 117.27 -
System Red Green Blue C M Y K H S L
Decimal 17 10 185 0.91 0.95 0 0.27 242.4 0.9 0.38
Hex 11 A B9 5B 5F 0 1B F2 5A 26
Octal 21 12 271 133 137 0 33 362 132 46
Binary 10001 1010 10111001 1011011 1011111 0 11011 11110010 1011010 100110

Color Harmonies of #110AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110AB9

Black with #110AB9

Text Example


Text Example

White with #110AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,10,185); }

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

background-color css

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

 a { background-color: rgb(17,10,185); }

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

border-color css

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

 span { border-color: rgb(17,10,185); }

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