#1D1866

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

Shades of Midnight Blue #1D1866

Tints of Midnight Blue #1D1866

Color information

#1D1866 (or 0x1D1866) is unknown color: approx Midnight Blue. HEX triplet: 1D, 18 and 66. RGB value is (29,24,102). Sum of RGB (Red+Green+Blue) = 29+24+102=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 102 (40.23% from 255 or 65.81% from 155); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D1866 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1866 is #E2E799. Grayscale: #222222. Windows color (decimal): -14870426 or 6690845. OLE color: 6690845.

HSL color Cylindrical-coordinate representation of color #1D1866: hue angle of 243.85º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D1866 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2924102-
CMYK0.720.7600.6
HSL243.85º61.9%24.71%-
HSV(B)243.85º76.47%40%-
XYZ3.231.8712.76-
YUV34.39166.16124.16-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.71%
GREEN value IS 24 (9.77% from 255) = 15.48%
BLUE value IS 102 (40.23% from 255) = 65.81%
R=18.71%
G=15.48%
B=65.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal29241020.720.7600.6243.8561.924.71
Hex1D1866484C03Cf43e19
Octal35301461101140743647631
Binary111011100011001101001000100110001111001111010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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