#1D127A

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

Shades of Midnight Blue #1D127A

Tints of Midnight Blue #1D127A

Color information

#1D127A (or 0x1D127A) is unknown color: approx Midnight Blue. HEX triplet: 1D, 12 and 7A. RGB value is (29,18,122). Sum of RGB (Red+Green+Blue) = 29+18+122=169 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.16% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 122 (48.05% from 255 or 72.19% from 169); Max value from RGB is 122 - color contains mainly: blue. Hex color #1D127A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D127A is #E2ED85. Grayscale: #202020. Windows color (decimal): -14871942 or 8000029. OLE color: 8000029.

HSL color Cylindrical-coordinate representation of color #1D127A: hue angle of 246.35º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D127A is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2918122-
CMYK0.760.8500.52
HSL246.35º74.29%27.45%-
HSV(B)246.35º85.25%47.84%-
XYZ4.242.118.59-
YUV33.14178.14125.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.16%
GREEN value IS 18 (7.42% from 255) = 10.65%
BLUE value IS 122 (48.05% from 255) = 72.19%
R=17.16%
G=10.65%
B=72.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal29181220.760.8500.52246.3574.2927.45
Hex1D127A4C55034f64a1b
Octal352217211412506436611233
Binary1110110010111101010011001010101011010011110110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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