#1D2187

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

Shades of Midnight Blue #1D2187

Tints of Midnight Blue #1D2187

Color information

#1D2187 (or 0x1D2187) is unknown color: approx Midnight Blue. HEX triplet: 1D, 21 and 87. RGB value is (29,33,135). Sum of RGB (Red+Green+Blue) = 29+33+135=197 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.72% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 135 (53.12% from 255 or 68.53% from 197); Max value from RGB is 135 - color contains mainly: blue. Hex color #1D2187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D2187 is #E2DE78. Grayscale: #2B2B2B. Windows color (decimal): -14868089 or 8855837. OLE color: 8855837.

HSL color Cylindrical-coordinate representation of color #1D2187: hue angle of 237.74º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D2187 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2933135-
CMYK0.790.7600.47
HSL237.74º64.63%32.16%-
HSV(B)237.74º78.52%52.94%-
XYZ5.423.123.23-
YUV43.43179.67117.71-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.72%
GREEN value IS 33 (13.28% from 255) = 16.75%
BLUE value IS 135 (53.12% from 255) = 68.53%
R=14.72%
G=16.75%
B=68.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal29331350.790.7600.47237.7464.6332.16
Hex1D21874F4C02Fee4120
Octal354120711711405735610140
Binary1110110000110000111100111110011000101111111011101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,33,135); }

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

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

 a { background-color: rgb(29,33,135); }

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

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

 span { border-color: rgb(29,33,135); }

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