#1D296F

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

Shades of Midnight Blue #1D296F

Tints of Midnight Blue #1D296F

Color information

#1D296F (or 0x1D296F) is unknown color: approx Midnight Blue. HEX triplet: 1D, 29 and 6F. RGB value is (29,41,111). Sum of RGB (Red+Green+Blue) = 29+41+111=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 111 (43.75% from 255 or 61.33% from 181); Max value from RGB is 111 - color contains mainly: blue. Hex color #1D296F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D296F is #E2D690. Grayscale: #2D2D2D. Windows color (decimal): -14866065 or 7285021. OLE color: 7285021.

HSL color Cylindrical-coordinate representation of color #1D296F: hue angle of 231.22º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D296F is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2941111-
CMYK0.740.6300.56
HSL231.22º58.57%27.45%-
HSV(B)231.22º73.87%43.53%-
XYZ4.172.9915.4-
YUV45.39165.02116.31-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.02%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 111 (43.75% from 255) = 61.33%
R=16.02%
G=22.65%
B=61.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29411110.740.6300.56231.2258.5727.45
Hex1D296F4A3F038e73b1b
Octal3551157112770703477333
Binary111011010011101111100101011111101110001110011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D296F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,41,111); }

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

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

 a { background-color: rgb(29,41,111); }

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

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

 span { border-color: rgb(29,41,111); }

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