#1D3248

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

Shades of Midnight #1D3248

Tints of Midnight #1D3248

Color information

#1D3248 (or 0x1D3248) is unknown color: approx Midnight. HEX triplet: 1D, 32 and 48. RGB value is (29,50,72). Sum of RGB (Red+Green+Blue) = 29+50+72=151 (20% of max value = 765). Red value is 29 (11.72% from 255 or 19.21% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #1D3248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3248 is #E2CDB7. Grayscale: #2E2E2E. Windows color (decimal): -14863800 or 4731421. OLE color: 4731421.

HSL color Cylindrical-coordinate representation of color #1D3248: hue angle of 210.7º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D3248 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB295072-
CMYK0.600.3100.72
HSL210.7º42.57%19.8%-
HSV(B)210.7º59.72%28.24%-
XYZ2.823.016.56-
YUV46.23142.54115.71-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.21%
GREEN value IS 50 (19.92% from 255) = 33.11%
BLUE value IS 72 (28.52% from 255) = 47.68%
R=19.21%
G=33.11%
B=47.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2950720.600.3100.72210.742.5719.8
Hex1D32483C1F048d32b14
Octal3562110743701103235324
Binary11101110010100100011110011111010010001101001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,50,72); }

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

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

 a { background-color: rgb(29,50,72); }

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

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

 span { border-color: rgb(29,50,72); }

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