#1D1472

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

Shades of Midnight Blue #1D1472

Tints of Midnight Blue #1D1472

Color information

#1D1472 (or 0x1D1472) is unknown color: approx Midnight Blue. HEX triplet: 1D, 14 and 72. RGB value is (29,20,114). Sum of RGB (Red+Green+Blue) = 29+20+114=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 114 (44.92% from 255 or 69.94% from 163); Max value from RGB is 114 - color contains mainly: blue. Hex color #1D1472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1472 is #E2EB8D. Grayscale: #212121. Windows color (decimal): -14871438 or 7476253. OLE color: 7476253.

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

Color convert

RGB2920114-
CMYK0.750.8200.55
HSL245.74º70.15%26.27%-
HSV(B)245.74º82.46%44.71%-
XYZ3.791.9816.1-
YUV33.41173.48124.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.79%
GREEN value IS 20 (8.20% from 255) = 12.27%
BLUE value IS 114 (44.92% from 255) = 69.94%
R=17.79%
G=12.27%
B=69.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29201140.750.8200.55245.7470.1526.27
Hex1D14724B52037f6461a
Octal352416211312206736610632
Binary1110110100111001010010111010010011011111110110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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