#0D123A

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

Shades of Midnight Express #0D123A

Tints of Midnight Express #0D123A

Color information

#0D123A (or 0x0D123A) is unknown color: approx Midnight Express. HEX triplet: 0D, 12 and 3A. RGB value is (13,18,58). Sum of RGB (Red+Green+Blue) = 13+18+58=89 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.61% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 58 (23.05% from 255 or 65.17% from 89); Max value from RGB is 58 - color contains mainly: blue. Hex color #0D123A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D123A is #F2EDC5. Grayscale: #141414. Windows color (decimal): -15920582 or 3805709. OLE color: 3805709.

HSL color Cylindrical-coordinate representation of color #0D123A: hue angle of 233.33º degrees, saturation: 0.63, 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 #0D123A is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB131858-
CMYK0.780.6900.77
HSL233.33º63.38%13.92%-
HSV(B)233.33º77.59%22.75%-
XYZ1.150.824.1-
YUV21.06148.84122.25-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.61%
GREEN value IS 18 (7.42% from 255) = 20.22%
BLUE value IS 58 (23.05% from 255) = 65.17%
R=14.61%
G=20.22%
B=65.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1318580.780.6900.77233.3363.3813.92
HexD123A4E4504De93fe
Octal15227211610501153517716
Binary1101100101110101001110100010101001101111010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,18,58); }

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

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

 a { background-color: rgb(13,18,58); }

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

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

 span { border-color: rgb(13,18,58); }

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