#0D1343

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

Shades of Midnight Express #0D1343

Tints of Midnight Express #0D1343

Color information

#0D1343 (or 0x0D1343) is unknown color: approx Midnight Express. HEX triplet: 0D, 13 and 43. RGB value is (13,19,67). Sum of RGB (Red+Green+Blue) = 13+19+67=99 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13.13% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 67 (26.56% from 255 or 67.68% from 99); Max value from RGB is 67 - color contains mainly: blue. Hex color #0D1343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1343 is #F2ECBC. Grayscale: #161616. Windows color (decimal): -15920317 or 4395789. OLE color: 4395789.

HSL color Cylindrical-coordinate representation of color #0D1343: hue angle of 233.33º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D1343 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB131967-
CMYK0.810.7200.74
HSL233.33º67.5%15.69%-
HSV(B)233.33º80.6%26.27%-
XYZ1.410.965.42-
YUV22.68153.01121.1-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.13%
GREEN value IS 19 (7.81% from 255) = 19.19%
BLUE value IS 67 (26.56% from 255) = 67.68%
R=13.13%
G=19.19%
B=67.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1319670.810.7200.74233.3367.515.69
HexD1343514804Ae94410
Octal1523103121110011235110420
Binary1101100111000011101000110010000100101011101001100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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