#1D296C

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

Shades of Midnight Blue #1D296C

Tints of Midnight Blue #1D296C

Color information

#1D296C (or 0x1D296C) is unknown color: approx Midnight Blue. HEX triplet: 1D, 29 and 6C. RGB value is (29,41,108). Sum of RGB (Red+Green+Blue) = 29+41+108=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 108 (42.58% from 255 or 60.67% from 178); Max value from RGB is 108 - color contains mainly: blue. Hex color #1D296C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D296C is #E2D693. Grayscale: #2C2C2C. Windows color (decimal): -14866068 or 7088413. OLE color: 7088413.

HSL color Cylindrical-coordinate representation of color #1D296C: hue angle of 230.89º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D296C is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2941108-
CMYK0.730.6200.58
HSL230.89º57.66%26.86%-
HSV(B)230.89º73.15%42.35%-
XYZ4.012.9314.54-
YUV45.05163.52116.55-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.29%
GREEN value IS 41 (16.41% from 255) = 23.03%
BLUE value IS 108 (42.58% from 255) = 60.67%
R=16.29%
G=23.03%
B=60.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal29411080.730.6200.58230.8957.6626.86
Hex1D296C493E03Ae73a1b
Octal3551154111760723477233
Binary111011010011101100100100111111001110101110011111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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