#1D334C

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

Shades of Midnight #1D334C

Tints of Midnight #1D334C

Color information

#1D334C (or 0x1D334C) is unknown color: approx Midnight. HEX triplet: 1D, 33 and 4C. RGB value is (29,51,76). Sum of RGB (Red+Green+Blue) = 29+51+76=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #1D334C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D334C is #E2CCB3. Grayscale: #2F2F2F. Windows color (decimal): -14863540 or 4993821. OLE color: 4993821.

HSL color Cylindrical-coordinate representation of color #1D334C: hue angle of 211.91º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D334C is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB295176-
CMYK0.620.3300.70
HSL211.91º44.76%20.59%-
HSV(B)211.91º61.84%29.8%-
XYZ33.157.29-
YUV47.27144.21114.97-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.59%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 76 (30.08% from 255) = 48.72%
R=18.59%
G=32.69%
B=48.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2951760.620.3300.70211.9144.7620.59
Hex1D334C3E21046d42d15
Octal3563114764101063245525
Binary111011100111001100111110100001010001101101010010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,51,76); }

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

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

 a { background-color: rgb(29,51,76); }

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

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

 span { border-color: rgb(29,51,76); }

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