#1D147E

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

Shades of Midnight Blue #1D147E

Tints of Midnight Blue #1D147E

Color information

#1D147E (or 0x1D147E) is unknown color: approx Midnight Blue. HEX triplet: 1D, 14 and 7E. RGB value is (29,20,126). Sum of RGB (Red+Green+Blue) = 29+20+126=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 126 (49.61% from 255 or 72% from 175); Max value from RGB is 126 - color contains mainly: blue. Hex color #1D147E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D147E is #E2EB81. Grayscale: #222222. Windows color (decimal): -14871426 or 8262685. OLE color: 8262685.

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

Color convert

RGB2920126-
CMYK0.770.8400.51
HSL245.09º72.6%28.63%-
HSV(B)245.09º84.13%49.41%-
XYZ4.522.2719.94-
YUV34.78179.48123.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.57%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 126 (49.61% from 255) = 72%
R=16.57%
G=11.43%
B=72%

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
Decimal29201260.770.8400.51245.0972.628.63
Hex1D147E4D54033f5491d
Octal352417611512406336511135
Binary1110110100111111010011011010100011001111110101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D147E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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