#1D136D

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

Shades of Midnight Blue #1D136D

Tints of Midnight Blue #1D136D

Color information

#1D136D (or 0x1D136D) is unknown color: approx Midnight Blue. HEX triplet: 1D, 13 and 6D. RGB value is (29,19,109). Sum of RGB (Red+Green+Blue) = 29+19+109=157 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.47% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 109 (42.97% from 255 or 69.43% from 157); Max value from RGB is 109 - color contains mainly: blue. Hex color #1D136D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D136D is #E2EC92. Grayscale: #1F1F1F. Windows color (decimal): -14871699 or 7148317. OLE color: 7148317.

HSL color Cylindrical-coordinate representation of color #1D136D: hue angle of 246.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D136D is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2919109-
CMYK0.730.8300.57
HSL246.67º70.31%25.1%-
HSV(B)246.67º82.57%42.75%-
XYZ3.51.8314.64-
YUV32.25171.31125.68-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.47%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 109 (42.97% from 255) = 69.43%
R=18.47%
G=12.10%
B=69.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal29191090.730.8300.57246.6770.3125.1
Hex1D136D4953039f74619
Octal352315511112307136710631
Binary1110110011110110110010011010011011100111110111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D136D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,19,109); }

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

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

 a { background-color: rgb(29,19,109); }

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

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

 span { border-color: rgb(29,19,109); }

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