#1D1A76

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

Shades of Midnight Blue #1D1A76

Tints of Midnight Blue #1D1A76

Color information

#1D1A76 (or 0x1D1A76) is unknown color: approx Midnight Blue. HEX triplet: 1D, 1A and 76. RGB value is (29,26,118). Sum of RGB (Red+Green+Blue) = 29+26+118=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D1A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1A76 is #E2E589. Grayscale: #252525. Windows color (decimal): -14869898 or 7739933. OLE color: 7739933.

HSL color Cylindrical-coordinate representation of color #1D1A76: hue angle of 241.96º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D1A76 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2926118-
CMYK0.750.7800.54
HSL241.96º63.89%28.24%-
HSV(B)241.96º77.97%46.27%-
XYZ4.152.3117.37-
YUV37.38173.49122.02-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.76%
GREEN value IS 26 (10.55% from 255) = 15.03%
BLUE value IS 118 (46.48% from 255) = 68.21%
R=16.76%
G=15.03%
B=68.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29261180.750.7800.54241.9663.8928.24
Hex1D1A764B4E036f2401c
Octal353216611311606636210034
Binary1110111010111011010010111001110011011011110010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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