#1D1972

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

Shades of Midnight Blue #1D1972

Tints of Midnight Blue #1D1972

Color information

#1D1972 (or 0x1D1972) is unknown color: approx Midnight Blue. HEX triplet: 1D, 19 and 72. RGB value is (29,25,114). Sum of RGB (Red+Green+Blue) = 29+25+114=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 114 (44.92% from 255 or 67.86% from 168); Max value from RGB is 114 - color contains mainly: blue. Hex color #1D1972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1972 is #E2E68D. Grayscale: #232323. Windows color (decimal): -14870158 or 7477533. OLE color: 7477533.

HSL color Cylindrical-coordinate representation of color #1D1972: hue angle of 242.7º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D1972 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2925114-
CMYK0.750.7800.55
HSL242.7º64.03%27.25%-
HSV(B)242.7º78.07%44.71%-
XYZ3.892.1716.13-
YUV36.34171.83122.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.26%
GREEN value IS 25 (10.16% from 255) = 14.88%
BLUE value IS 114 (44.92% from 255) = 67.86%
R=17.26%
G=14.88%
B=67.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29251140.750.7800.55242.764.0327.25
Hex1D19724B4E037f3401b
Octal353116211311606736310033
Binary1110111001111001010010111001110011011111110011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,25,114); }

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

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

 a { background-color: rgb(29,25,114); }

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

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

 span { border-color: rgb(29,25,114); }

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