#0D165D

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

Shades of Midnight Blue #0D165D

Tints of Midnight Blue #0D165D

Color information

#0D165D (or 0x0D165D) is unknown color: approx Midnight Blue. HEX triplet: 0D, 16 and 5D. RGB value is (13,22,93). Sum of RGB (Red+Green+Blue) = 13+22+93=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 93 (36.72% from 255 or 72.66% from 128); Max value from RGB is 93 - color contains mainly: blue. Hex color #0D165D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D165D is #F2E9A2. Grayscale: #1B1B1B. Windows color (decimal): -15919523 or 6100493. OLE color: 6100493.

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

Color convert

RGB132293-
CMYK0.860.7600.64
HSL233.25º75.47%20.78%-
HSV(B)233.25º86.02%36.47%-
XYZ2.431.4510.51-
YUV27.4165.02117.73-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.16%
GREEN value IS 22 (8.98% from 255) = 17.19%
BLUE value IS 93 (36.72% from 255) = 72.66%
R=10.16%
G=17.19%
B=72.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1322930.860.7600.64233.2575.4720.78
HexD165D564C040e94b15
Octal1526135126114010035111325
Binary1101101101011101101011010011000100000011101001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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