#0D1160

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

Shades of Midnight Blue #0D1160

Tints of Midnight Blue #0D1160

Color information

#0D1160 (or 0x0D1160) is unknown color: approx Midnight Blue. HEX triplet: 0D, 11 and 60. RGB value is (13,17,96). Sum of RGB (Red+Green+Blue) = 13+17+96=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 96 (37.89% from 255 or 76.19% from 126); Max value from RGB is 96 - color contains mainly: blue. Hex color #0D1160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1160 is #F2EE9F. Grayscale: #181818. Windows color (decimal): -15920800 or 6295821. OLE color: 6295821.

HSL color Cylindrical-coordinate representation of color #0D1160: hue angle of 237.11º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D1160 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB131796-
CMYK0.860.8200.62
HSL237.11º76.15%21.37%-
HSV(B)237.11º86.46%37.65%-
XYZ2.481.3311.19-
YUV24.81168.17119.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.32%
GREEN value IS 17 (7.03% from 255) = 13.49%
BLUE value IS 96 (37.89% from 255) = 76.19%
R=10.32%
G=13.49%
B=76.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1317960.860.8200.62237.1176.1521.37
HexD1160565203Eed4c15
Octal152114012612207635511425
Binary110110001110000010101101010010011111011101101100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D1160; }

 p { color: rgb(13,17,96); }

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

<style>
 a { background-color: #0D1160; }

 a { background-color: rgb(13,17,96); }

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

<style>
 span { border-color: #0D1160; }

 span { border-color: rgb(13,17,96); }

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