#1D1381

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

Shades of Midnight Blue #1D1381

Tints of Midnight Blue #1D1381

Color information

#1D1381 (or 0x1D1381) is unknown color: approx Midnight Blue. HEX triplet: 1D, 13 and 81. RGB value is (29,19,129). Sum of RGB (Red+Green+Blue) = 29+19+129=177 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.38% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 129 (50.78% from 255 or 72.88% from 177); Max value from RGB is 129 - color contains mainly: blue. Hex color #1D1381 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D1381 is #E2EC7E. Grayscale: #222222. Windows color (decimal): -14871679 or 8459037. OLE color: 8459037.

HSL color Cylindrical-coordinate representation of color #1D1381: hue angle of 245.45º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D1381 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2919129-
CMYK0.780.8500.49
HSL245.45º74.32%29.02%-
HSV(B)245.45º85.27%50.59%-
XYZ4.72.3120.97-
YUV34.53181.31124.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.38%
GREEN value IS 19 (7.81% from 255) = 10.73%
BLUE value IS 129 (50.78% from 255) = 72.88%
R=16.38%
G=10.73%
B=72.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal29191290.780.8500.49245.4574.3229.02
Hex1D13814E55031f54a1d
Octal352320111612506136511235
Binary11101100111000000110011101010101011000111110101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,19,129); }

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

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

 a { background-color: rgb(29,19,129); }

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

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

 span { border-color: rgb(29,19,129); }

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