#1A11DC

Color #1A11DC Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1A11DC

Tints of Medium Blue #1A11DC

Color information

#1A11DC (or 0x1A11DC) is unknown color: approx Medium Blue. HEX triplet: 1A, 11 and DC. RGB value is (26,17,220). Sum of RGB (Red+Green+Blue) = 26+17+220=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 220 (86.33% from 255 or 83.65% from 263); Max value from RGB is 220 - color contains mainly: blue. Hex color #1A11DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A11DC is #E5EE23. Grayscale: #2A2A2A. Windows color (decimal): -15068708 or 14422298. OLE color: 14422298.

HSL color Cylindrical-coordinate representation of color #1A11DC: hue angle of 242.66º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A11DC is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2617220-
CMYK0.880.9200.14
HSL242.66º85.65%46.47%-
HSV(B)242.66º92.27%86.27%-
XYZ13.545.7968.11-
YUV42.83227.98115.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.89%
GREEN value IS 17 (7.03% from 255) = 6.46%
BLUE value IS 220 (86.33% from 255) = 83.65%
R=9.89%
G=6.46%
B=83.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal26172200.880.9200.14242.6685.6546.47
Hex1A11DC585C0Ef3562e
Octal322133413013401636312656
Binary1101010001110111001011000101110001110111100111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A11DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A11DC; }

 p { color: rgb(26,17,220); }

 H1.HeaderClassName
 {
   color: #1A11DC;
 }
 .AnyTagClassName
 {
   color: #1A11DC;
 }
</style>
background-color css

<style>
 a { background-color: #1A11DC; }

 a { background-color: rgb(26,17,220); }

 div.DivClassName
 {
   background-color: #1A11DC;
 }
 .BgClassName
 {
   background-color: #1A11DC;
 }
</style>
border-color css

<style>
 span { border-color: #1A11DC; }

 span { border-color: rgb(26,17,220); }

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