#1D0EC1

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

Shades of Medium Blue #1D0EC1

Tints of Medium Blue #1D0EC1

Color information

#1D0EC1 (or 0x1D0EC1) is unknown color: approx Medium Blue. HEX triplet: 1D, 0E and C1. RGB value is (29,14,193). Sum of RGB (Red+Green+Blue) = 29+14+193=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 193 (75.78% from 255 or 81.78% from 236); Max value from RGB is 193 - color contains mainly: blue. Hex color #1D0EC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0EC1 is #E2F13E. Grayscale: #262626. Windows color (decimal): -14872895 or 12652061. OLE color: 12652061.

HSL color Cylindrical-coordinate representation of color #1D0EC1: hue angle of 245.03º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0EC1 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2914193-
CMYK0.850.9300.24
HSL245.03º86.47%40.59%-
HSV(B)245.03º92.75%75.69%-
XYZ10.294.4350.76-
YUV38.89214.97120.95-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.29%
GREEN value IS 14 (5.86% from 255) = 5.93%
BLUE value IS 193 (75.78% from 255) = 81.78%
R=12.29%
G=5.93%
B=81.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal29141930.850.9300.24245.0386.4740.59
Hex1DEC1555D018f55629
Octal351630112513503036512651
Binary1110111101100000110101011011101011000111101011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,14,193); }

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

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

 a { background-color: rgb(29,14,193); }

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

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

 span { border-color: rgb(29,14,193); }

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