#0D1141

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

Shades of Midnight Express #0D1141

Tints of Midnight Express #0D1141

Color information

#0D1141 (or 0x0D1141) is unknown color: approx Midnight Express. HEX triplet: 0D, 11 and 41. RGB value is (13,17,65). Sum of RGB (Red+Green+Blue) = 13+17+65=95 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.68% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 65 (25.78% from 255 or 68.42% from 95); Max value from RGB is 65 - color contains mainly: blue. Hex color #0D1141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1141 is #F2EEBE. Grayscale: #151515. Windows color (decimal): -15920831 or 4264205. OLE color: 4264205.

HSL color Cylindrical-coordinate representation of color #0D1141: hue angle of 235.38º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D1141 is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB131765-
CMYK0.800.7400.75
HSL235.38º66.67%15.29%-
HSV(B)235.38º80%25.49%-
XYZ1.320.875.1-
YUV21.28152.67122.1-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.68%
GREEN value IS 17 (7.03% from 255) = 17.89%
BLUE value IS 65 (25.78% from 255) = 68.42%
R=13.68%
G=17.89%
B=68.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1317650.800.7400.75235.3866.6715.29
HexD1141504A04Beb43f
Octal1521101120112011335310317
Binary110110001100000110100001001010010010111110101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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