#0D1147

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

Shades of Midnight Express #0D1147

Tints of Midnight Express #0D1147

Color information

#0D1147 (or 0x0D1147) is unknown color: approx Midnight Express. HEX triplet: 0D, 11 and 47. RGB value is (13,17,71). Sum of RGB (Red+Green+Blue) = 13+17+71=101 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.87% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 71 (28.12% from 255 or 70.30% from 101); Max value from RGB is 71 - color contains mainly: blue. Hex color #0D1147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1147 is #F2EEB8. Grayscale: #151515. Windows color (decimal): -15920825 or 4657421. OLE color: 4657421.

HSL color Cylindrical-coordinate representation of color #0D1147: hue angle of 235.86º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D1147 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB131771-
CMYK0.820.7600.72
HSL235.86º69.05%16.47%-
HSV(B)235.86º81.69%27.84%-
XYZ1.50.946.06-
YUV21.96155.67121.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.87%
GREEN value IS 17 (7.03% from 255) = 16.83%
BLUE value IS 71 (28.12% from 255) = 70.30%
R=12.87%
G=16.83%
B=70.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1317710.820.7600.72235.8669.0516.47
HexD1147524C048ec4510
Octal1521107122114011035410520
Binary1101100011000111101001010011000100100011101100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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