#0D165F

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

Shades of Midnight Blue #0D165F

Tints of Midnight Blue #0D165F

Color information

#0D165F (or 0x0D165F) is unknown color: approx Midnight Blue. HEX triplet: 0D, 16 and 5F. RGB value is (13,22,95). Sum of RGB (Red+Green+Blue) = 13+22+95=130 (17% of max value = 765). Red value is 13 (5.47% from 255 or 10% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 95 (37.5% from 255 or 73.08% from 130); Max value from RGB is 95 - color contains mainly: blue. Hex color #0D165F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D165F is #F2E9A0. Grayscale: #1B1B1B. Windows color (decimal): -15919521 or 6231565. OLE color: 6231565.

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

Color convert

RGB132295-
CMYK0.860.7700.63
HSL233.41º75.93%21.18%-
HSV(B)233.41º86.32%37.25%-
XYZ2.521.4910.98-
YUV27.63166.02117.56-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10%
GREEN value IS 22 (8.98% from 255) = 16.92%
BLUE value IS 95 (37.5% from 255) = 73.08%
R=10%
G=16.92%
B=73.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1322950.860.7700.63233.4175.9321.18
HexD165F564D03Fe94c15
Octal152613712611507735111425
Binary110110110101111110101101001101011111111101001100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D165F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,22,95); }

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

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

 a { background-color: rgb(13,22,95); }

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

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

 span { border-color: rgb(13,22,95); }

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