#0D1347

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

Shades of Midnight Express #0D1347

Tints of Midnight Express #0D1347

Color information

#0D1347 (or 0x0D1347) is unknown color: approx Midnight Express. HEX triplet: 0D, 13 and 47. RGB value is (13,19,71). Sum of RGB (Red+Green+Blue) = 13+19+71=103 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.62% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 71 (28.12% from 255 or 68.93% from 103); Max value from RGB is 71 - color contains mainly: blue. Hex color #0D1347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1347 is #F2ECB8. Grayscale: #161616. Windows color (decimal): -15920313 or 4657933. OLE color: 4657933.

HSL color Cylindrical-coordinate representation of color #0D1347: hue angle of 233.79º 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 #0D1347 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB131971-
CMYK0.820.7300.72
HSL233.79º69.05%16.47%-
HSV(B)233.79º81.69%27.84%-
XYZ1.541.016.07-
YUV23.13155.01120.77-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.62%
GREEN value IS 19 (7.81% from 255) = 18.45%
BLUE value IS 71 (28.12% from 255) = 68.93%
R=12.62%
G=18.45%
B=68.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1319710.820.7300.72233.7969.0516.47
HexD13475249048ea4510
Octal1523107122111011035210520
Binary1101100111000111101001010010010100100011101010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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