#1D116C

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

Shades of Midnight Blue #1D116C

Tints of Midnight Blue #1D116C

Color information

#1D116C (or 0x1D116C) is unknown color: approx Midnight Blue. HEX triplet: 1D, 11 and 6C. RGB value is (29,17,108). Sum of RGB (Red+Green+Blue) = 29+17+108=154 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.83% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 108 (42.58% from 255 or 70.13% from 154); Max value from RGB is 108 - color contains mainly: blue. Hex color #1D116C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D116C is #E2EE93. Grayscale: #1E1E1E. Windows color (decimal): -14872212 or 7082269. OLE color: 7082269.

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

Color convert

RGB2917108-
CMYK0.730.8400.58
HSL247.91º72.8%24.51%-
HSV(B)247.91º84.26%42.35%-
XYZ3.411.7414.34-
YUV30.96171.48126.6-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.83%
GREEN value IS 17 (7.03% from 255) = 11.04%
BLUE value IS 108 (42.58% from 255) = 70.13%
R=18.83%
G=11.04%
B=70.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal29171080.730.8400.58247.9172.824.51
Hex1D116C495403Af84919
Octal352115411112407237011131
Binary1110110001110110010010011010100011101011111000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D116C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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