#1D2161

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

Shades of Midnight Blue #1D2161

Tints of Midnight Blue #1D2161

Color information

#1D2161 (or 0x1D2161) is unknown color: approx Midnight Blue. HEX triplet: 1D, 21 and 61. RGB value is (29,33,97). Sum of RGB (Red+Green+Blue) = 29+33+97=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 97 (38.28% from 255 or 61.01% from 159); Max value from RGB is 97 - color contains mainly: blue. Hex color #1D2161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2161 is #E2DE9E. Grayscale: #262626. Windows color (decimal): -14868127 or 6365469. OLE color: 6365469.

HSL color Cylindrical-coordinate representation of color #1D2161: hue angle of 236.47º 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 #1D2161 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB293397-
CMYK0.700.6600.62
HSL236.47º53.97%24.71%-
HSV(B)236.47º70.1%38.04%-
XYZ3.212.2111.57-
YUV39.1160.67120.8-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.24%
GREEN value IS 33 (13.28% from 255) = 20.75%
BLUE value IS 97 (38.28% from 255) = 61.01%
R=18.24%
G=20.75%
B=61.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2933970.700.6600.62236.4753.9724.71
Hex1D2161464203Eec3619
Octal35411411061020763546631
Binary1110110000111000011000110100001001111101110110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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