#1D2561

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

Shades of Midnight Blue #1D2561

Tints of Midnight Blue #1D2561

Color information

#1D2561 (or 0x1D2561) is unknown color: approx Midnight Blue. HEX triplet: 1D, 25 and 61. RGB value is (29,37,97). Sum of RGB (Red+Green+Blue) = 29+37+97=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #1D2561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2561 is #E2DA9E. Grayscale: #292929. Windows color (decimal): -14867103 or 6366493. OLE color: 6366493.

HSL color Cylindrical-coordinate representation of color #1D2561: hue angle of 232.94º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D2561 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB293797-
CMYK0.700.6200.62
HSL232.94º53.97%24.71%-
HSV(B)232.94º70.1%38.04%-
XYZ3.332.4511.61-
YUV41.45159.35119.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.79%
GREEN value IS 37 (14.84% from 255) = 22.70%
BLUE value IS 97 (38.28% from 255) = 59.51%
R=17.79%
G=22.70%
B=59.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2937970.700.6200.62232.9453.9724.71
Hex1D2561463E03Ee93619
Octal3545141106760763516631
Binary111011001011100001100011011111001111101110100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,37,97); }

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

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

 a { background-color: rgb(29,37,97); }

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

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

 span { border-color: rgb(29,37,97); }

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