#0D1D41

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

Shades of Midnight Express #0D1D41

Tints of Midnight Express #0D1D41

Color information

#0D1D41 (or 0x0D1D41) is unknown color: approx Midnight Express. HEX triplet: 0D, 1D and 41. RGB value is (13,29,65). Sum of RGB (Red+Green+Blue) = 13+29+65=107 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.15% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #0D1D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1D41 is #F2E2BE. Grayscale: #1C1C1C. Windows color (decimal): -15917759 or 4267277. OLE color: 4267277.

HSL color Cylindrical-coordinate representation of color #0D1D41: hue angle of 221.54º 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 #0D1D41 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB132965-
CMYK0.800.5500.75
HSL221.54º66.67%15.29%-
HSV(B)221.54º80%25.49%-
XYZ1.561.355.18-
YUV28.32148.7117.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.15%
GREEN value IS 29 (11.72% from 255) = 27.10%
BLUE value IS 65 (25.78% from 255) = 60.75%
R=12.15%
G=27.10%
B=60.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1329650.800.5500.75221.5466.6715.29
HexD1D41503704Bde43f
Octal153510112067011333610317
Binary11011110110000011010000110111010010111101111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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