#0D162D

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

Shades of Midnight Express #0D162D

Tints of Midnight Express #0D162D

Color information

#0D162D (or 0x0D162D) is unknown color: approx Midnight Express. HEX triplet: 0D, 16 and 2D. RGB value is (13,22,45). Sum of RGB (Red+Green+Blue) = 13+22+45=80 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.25% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #0D162D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D162D is #F2E9D2. Grayscale: #151515. Windows color (decimal): -15919571 or 2954765. OLE color: 2954765.

HSL color Cylindrical-coordinate representation of color #0D162D: hue angle of 223.12º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0D162D is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB132245-
CMYK0.710.5100.82
HSL223.12º55.17%11.37%-
HSV(B)223.12º71.11%17.65%-
XYZ0.930.852.6-
YUV21.93141.02121.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.25%
GREEN value IS 22 (8.98% from 255) = 27.5%
BLUE value IS 45 (17.97% from 255) = 56.25%
R=16.25%
G=27.5%
B=56.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1322450.710.5100.82223.1255.1711.37
HexD162D4733052df37b
Octal1526551076301223376713
Binary110110110101101100011111001101010010110111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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