#1D1A79

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

Shades of Midnight Blue #1D1A79

Tints of Midnight Blue #1D1A79

Color information

#1D1A79 (or 0x1D1A79) is unknown color: approx Midnight Blue. HEX triplet: 1D, 1A and 79. RGB value is (29,26,121). Sum of RGB (Red+Green+Blue) = 29+26+121=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 121 (47.66% from 255 or 68.75% from 176); Max value from RGB is 121 - color contains mainly: blue. Hex color #1D1A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1A79 is #E2E586. Grayscale: #252525. Windows color (decimal): -14869895 or 7936541. OLE color: 7936541.

HSL color Cylindrical-coordinate representation of color #1D1A79: hue angle of 241.89º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D1A79 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2926121-
CMYK0.760.7900.53
HSL241.89º64.63%28.82%-
HSV(B)241.89º78.51%47.45%-
XYZ4.332.3818.32-
YUV37.73174.99121.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.48%
GREEN value IS 26 (10.55% from 255) = 14.77%
BLUE value IS 121 (47.66% from 255) = 68.75%
R=16.48%
G=14.77%
B=68.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29261210.760.7900.53241.8964.6328.82
Hex1D1A794C4F035f2411d
Octal353217111411706536210135
Binary1110111010111100110011001001111011010111110010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,26,121); }

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

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

 a { background-color: rgb(29,26,121); }

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

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

 span { border-color: rgb(29,26,121); }

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