#1D18CD

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

Shades of Medium Blue #1D18CD

Tints of Medium Blue #1D18CD

Color information

#1D18CD (or 0x1D18CD) is unknown color: approx Medium Blue. HEX triplet: 1D, 18 and CD. RGB value is (29,24,205). Sum of RGB (Red+Green+Blue) = 29+24+205=258 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.24% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 205 (80.47% from 255 or 79.46% from 258); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D18CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D18CD is #E2E732. Grayscale: #2D2D2D. Windows color (decimal): -14870323 or 13441053. OLE color: 13441053.

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

Color convert

RGB2924205-
CMYK0.860.8800.20
HSL241.66º79.04%44.9%-
HSV(B)241.66º88.29%80.39%-
XYZ11.855.3258.16-
YUV46.13217.66115.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.24%
GREEN value IS 24 (9.77% from 255) = 9.30%
BLUE value IS 205 (80.47% from 255) = 79.46%
R=11.24%
G=9.30%
B=79.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal29242050.860.8800.20241.6679.0444.9
Hex1D18CD5658014f24f2d
Octal353031512613002436211755
Binary11101110001100110110101101011000010100111100101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D18CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,24,205); }

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

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

 a { background-color: rgb(29,24,205); }

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

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

 span { border-color: rgb(29,24,205); }

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