#1D1869

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

Shades of Midnight Blue #1D1869

Tints of Midnight Blue #1D1869

Color information

#1D1869 (or 0x1D1869) is unknown color: approx Midnight Blue. HEX triplet: 1D, 18 and 69. RGB value is (29,24,105). Sum of RGB (Red+Green+Blue) = 29+24+105=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 105 (41.41% from 255 or 66.46% from 158); Max value from RGB is 105 - color contains mainly: blue. Hex color #1D1869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1869 is #E2E796. Grayscale: #222222. Windows color (decimal): -14870423 or 6887453. OLE color: 6887453.

HSL color Cylindrical-coordinate representation of color #1D1869: hue angle of 243.7º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D1869 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2924105-
CMYK0.720.7700.59
HSL243.7º62.79%25.29%-
HSV(B)243.7º77.14%41.18%-
XYZ3.381.9313.56-
YUV34.73167.66123.91-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.35%
GREEN value IS 24 (9.77% from 255) = 15.19%
BLUE value IS 105 (41.41% from 255) = 66.46%
R=18.35%
G=15.19%
B=66.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal29241050.720.7700.59243.762.7925.29
Hex1D1869484D03Bf43f19
Octal35301511101150733647731
Binary111011100011010011001000100110101110111111010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,24,105); }

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

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

 a { background-color: rgb(29,24,105); }

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

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

 span { border-color: rgb(29,24,105); }

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