#1D155F

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

Shades of Midnight Blue #1D155F

Tints of Midnight Blue #1D155F

Color information

#1D155F (or 0x1D155F) is unknown color: approx Midnight Blue. HEX triplet: 1D, 15 and 5F. RGB value is (29,21,95). Sum of RGB (Red+Green+Blue) = 29+21+95=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 95 (37.5% from 255 or 65.52% from 145); Max value from RGB is 95 - color contains mainly: blue. Hex color #1D155F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D155F is #E2EAA0. Grayscale: #1F1F1F. Windows color (decimal): -14871201 or 6231325. OLE color: 6231325.

HSL color Cylindrical-coordinate representation of color #1D155F: hue angle of 246.49º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D155F is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB292195-
CMYK0.690.7800.63
HSL246.49º63.79%22.75%-
HSV(B)246.49º77.89%37.25%-
XYZ2.841.6210.99-
YUV31.83163.65125.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 95 (37.5% from 255) = 65.52%
R=20%
G=14.48%
B=65.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2921950.690.7800.63246.4963.7922.75
Hex1D155F454E03Ff64017
Octal352513710511607736610027
Binary1110110101101111110001011001110011111111110110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D155F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,21,95); }

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

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

 a { background-color: rgb(29,21,95); }

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

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

 span { border-color: rgb(29,21,95); }

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