#1D314B

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

Shades of Midnight #1D314B

Tints of Midnight #1D314B

Color information

#1D314B (or 0x1D314B) is unknown color: approx Midnight. HEX triplet: 1D, 31 and 4B. RGB value is (29,49,75). Sum of RGB (Red+Green+Blue) = 29+49+75=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D314B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D314B is #E2CEB4. Grayscale: #2D2D2D. Windows color (decimal): -14864053 or 4927773. OLE color: 4927773.

HSL color Cylindrical-coordinate representation of color #1D314B: hue angle of 213.91º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D314B is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB294975-
CMYK0.610.3500.71
HSL213.91º44.23%20.39%-
HSV(B)213.91º61.33%29.41%-
XYZ2.882.977.08-
YUV45.98144.37115.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.95%
GREEN value IS 49 (19.53% from 255) = 32.03%
BLUE value IS 75 (29.69% from 255) = 49.02%
R=18.95%
G=32.03%
B=49.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2949750.610.3500.71213.9144.2320.39
Hex1D314B3D23047d62c14
Octal3561113754301073265424
Binary111011100011001011111101100011010001111101011010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,49,75); }

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

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

 a { background-color: rgb(29,49,75); }

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

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

 span { border-color: rgb(29,49,75); }

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