#0D1132

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

Shades of Midnight Express #0D1132

Tints of Midnight Express #0D1132

Color information

#0D1132 (or 0x0D1132) is unknown color: approx Midnight Express. HEX triplet: 0D, 11 and 32. RGB value is (13,17,50). Sum of RGB (Red+Green+Blue) = 13+17+50=80 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.25% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 50 (19.92% from 255 or 62.5% from 80); Max value from RGB is 50 - color contains mainly: blue. Hex color #0D1132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1132 is #F2EECD. Grayscale: #131313. Windows color (decimal): -15920846 or 3281165. OLE color: 3281165.

HSL color Cylindrical-coordinate representation of color #0D1132: hue angle of 233.51º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D1132 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB131750-
CMYK0.740.6600.80
HSL233.51º58.73%12.35%-
HSV(B)233.51º74%19.61%-
XYZ0.940.723.11-
YUV19.57145.17123.32-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 16.25%
GREEN value IS 17 (7.03% from 255) = 21.25%
BLUE value IS 50 (19.92% from 255) = 62.5%
R=16.25%
G=21.25%
B=62.5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1317500.740.6600.80233.5158.7312.35
HexD11324A42050ea3bc
Octal15216211210201203527314
Binary1101100011100101001010100001001010000111010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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