#0D0E3B

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

Shades of Midnight Express #0D0E3B

Tints of Midnight Express #0D0E3B

Color information

#0D0E3B (or 0x0D0E3B) is unknown color: approx Midnight Express. HEX triplet: 0D, 0E and 3B. RGB value is (13,14,59). Sum of RGB (Red+Green+Blue) = 13+14+59=86 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.12% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 59 (23.44% from 255 or 68.60% from 86); Max value from RGB is 59 - color contains mainly: blue. Hex color #0D0E3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0E3B is #F2F1C4. Grayscale: #121212. Windows color (decimal): -15921605 or 3870221. OLE color: 3870221.

HSL color Cylindrical-coordinate representation of color #0D0E3B: hue angle of 238.7º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D0E3B is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB131459-
CMYK0.780.7600.77
HSL238.7º63.89%14.12%-
HSV(B)238.7º77.97%23.14%-
XYZ1.110.724.22-
YUV18.83150.67123.84-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.12%
GREEN value IS 14 (5.86% from 255) = 16.28%
BLUE value IS 59 (23.44% from 255) = 68.60%
R=15.12%
G=16.28%
B=68.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1314590.780.7600.77238.763.8914.12
HexDE3B4E4C04Def40e
Octal151673116114011535710016
Binary1101111011101110011101001100010011011110111110000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,14,59); }

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

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

 a { background-color: rgb(13,14,59); }

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

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

 span { border-color: rgb(13,14,59); }

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