#1A19DC

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

Shades of Medium Blue #1A19DC

Tints of Medium Blue #1A19DC

Color information

#1A19DC (or 0x1A19DC) is unknown color: approx Medium Blue. HEX triplet: 1A, 19 and DC. RGB value is (26,25,220). Sum of RGB (Red+Green+Blue) = 26+25+220=271 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.59% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 220 (86.33% from 255 or 81.18% from 271); Max value from RGB is 220 - color contains mainly: blue. Hex color #1A19DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A19DC is #E5E623. Grayscale: #2E2E2E. Windows color (decimal): -15066660 or 14424346. OLE color: 14424346.

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

Color convert

RGB2625220-
CMYK0.880.8900.14
HSL240.31º79.59%48.04%-
HSV(B)240.31º88.64%86.27%-
XYZ13.696.0868.16-
YUV47.53225.33112.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.59%
GREEN value IS 25 (10.16% from 255) = 9.23%
BLUE value IS 220 (86.33% from 255) = 81.18%
R=9.59%
G=9.23%
B=81.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal26252200.880.8900.14240.3179.5948.04
Hex1A19DC58590Ef05030
Octal323133413013101636012060
Binary1101011001110111001011000101100101110111100001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A19DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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