#1D1566

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

Shades of Midnight Blue #1D1566

Tints of Midnight Blue #1D1566

Color information

#1D1566 (or 0x1D1566) is unknown color: approx Midnight Blue. HEX triplet: 1D, 15 and 66. RGB value is (29,21,102). Sum of RGB (Red+Green+Blue) = 29+21+102=152 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.08% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 102 (40.23% from 255 or 67.11% from 152); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D1566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1566 is #E2EA99. Grayscale: #202020. Windows color (decimal): -14871194 or 6690077. OLE color: 6690077.

HSL color Cylindrical-coordinate representation of color #1D1566: hue angle of 245.93º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D1566 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2921102-
CMYK0.720.7900.6
HSL245.93º65.85%24.12%-
HSV(B)245.93º79.41%40%-
XYZ3.171.7612.74-
YUV32.63167.15125.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.08%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 102 (40.23% from 255) = 67.11%
R=19.08%
G=13.82%
B=67.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal29211020.720.7900.6245.9365.8524.12
Hex1D1566484F03Cf64218
Octal352514611011707436610230
Binary1110110101110011010010001001111011110011110110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,21,102); }

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

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

 a { background-color: rgb(29,21,102); }

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

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

 span { border-color: rgb(29,21,102); }

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