#1D1272

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

Shades of Midnight Blue #1D1272

Tints of Midnight Blue #1D1272

Color information

#1D1272 (or 0x1D1272) is unknown color: approx Midnight Blue. HEX triplet: 1D, 12 and 72. RGB value is (29,18,114). Sum of RGB (Red+Green+Blue) = 29+18+114=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #1D1272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1272 is #E2ED8D. Grayscale: #1F1F1F. Windows color (decimal): -14871950 or 7475741. OLE color: 7475741.

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

Color convert

RGB2918114-
CMYK0.750.8400.55
HSL246.88º72.73%25.88%-
HSV(B)246.88º84.21%44.71%-
XYZ3.761.9116.09-
YUV32.23174.14125.69-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.01%
GREEN value IS 18 (7.42% from 255) = 11.18%
BLUE value IS 114 (44.92% from 255) = 70.81%
R=18.01%
G=11.18%
B=70.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29181140.750.8400.55246.8872.7325.88
Hex1D12724B54037f7491a
Octal352216211312406736711132
Binary1110110010111001010010111010100011011111110111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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