#1D0DC1

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

Shades of Medium Blue #1D0DC1

Tints of Medium Blue #1D0DC1

Color information

#1D0DC1 (or 0x1D0DC1) is unknown color: approx Medium Blue. HEX triplet: 1D, 0D and C1. RGB value is (29,13,193). Sum of RGB (Red+Green+Blue) = 29+13+193=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 193 (75.78% from 255 or 82.13% from 235); Max value from RGB is 193 - color contains mainly: blue. Hex color #1D0DC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0DC1 is #E2F23E. Grayscale: #252525. Windows color (decimal): -14873151 or 12651805. OLE color: 12651805.

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

Color convert

RGB2913193-
CMYK0.850.9300.24
HSL245.33º87.38%40.39%-
HSV(B)245.33º93.26%75.69%-
XYZ10.284.450.76-
YUV38.3215.3121.36-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.34%
GREEN value IS 13 (5.47% from 255) = 5.53%
BLUE value IS 193 (75.78% from 255) = 82.13%
R=12.34%
G=5.53%
B=82.13%

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
Decimal29131930.850.9300.24245.3387.3840.39
Hex1DDC1555D018f55728
Octal351530112513503036512750
Binary1110111011100000110101011011101011000111101011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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