#1D147C

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

Shades of Midnight Blue #1D147C

Tints of Midnight Blue #1D147C

Color information

#1D147C (or 0x1D147C) is unknown color: approx Midnight Blue. HEX triplet: 1D, 14 and 7C. RGB value is (29,20,124). Sum of RGB (Red+Green+Blue) = 29+20+124=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 124 (48.83% from 255 or 71.68% from 173); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D147C is #E2EB83. Grayscale: #222222. Windows color (decimal): -14871428 or 8131613. OLE color: 8131613.

HSL color Cylindrical-coordinate representation of color #1D147C: hue angle of 245.19º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D147C is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2920124-
CMYK0.770.8400.51
HSL245.19º72.22%28.24%-
HSV(B)245.19º83.87%48.63%-
XYZ4.392.2219.27-
YUV34.55178.48124.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.76%
GREEN value IS 20 (8.20% from 255) = 11.56%
BLUE value IS 124 (48.83% from 255) = 71.68%
R=16.76%
G=11.56%
B=71.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29201240.770.8400.51245.1972.2228.24
Hex1D147C4D54033f5481c
Octal352417411512406336511034
Binary1110110100111110010011011010100011001111110101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D147C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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