#1B19DC

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

Shades of Medium Blue #1B19DC

Tints of Medium Blue #1B19DC

Color information

#1B19DC (or 0x1B19DC) is unknown color: approx Medium Blue. HEX triplet: 1B, 19 and DC. RGB value is (27,25,220). Sum of RGB (Red+Green+Blue) = 27+25+220=272 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.93% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 220 (86.33% from 255 or 80.88% from 272); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B19DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B19DC is #E4E623. Grayscale: #2F2F2F. Windows color (decimal): -15001124 or 14424347. OLE color: 14424347.

HSL color Cylindrical-coordinate representation of color #1B19DC: hue angle of 240.62º 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 #1B19DC is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2725220-
CMYK0.880.8900.14
HSL240.62º79.59%48.04%-
HSV(B)240.62º88.64%86.27%-
XYZ13.726.168.16-
YUV47.83225.16113.14-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.93%
GREEN value IS 25 (10.16% from 255) = 9.19%
BLUE value IS 220 (86.33% from 255) = 80.88%
R=9.93%
G=9.19%
B=80.88%

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
Decimal27252200.880.8900.14240.6279.5948.04
Hex1B19DC58590Ef15030
Octal333133413013101636112060
Binary1101111001110111001011000101100101110111100011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B19DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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