#0D1B41

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

Shades of Midnight Express #0D1B41

Tints of Midnight Express #0D1B41

Color information

#0D1B41 (or 0x0D1B41) is unknown color: approx Midnight Express. HEX triplet: 0D, 1B and 41. RGB value is (13,27,65). Sum of RGB (Red+Green+Blue) = 13+27+65=105 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.38% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #0D1B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1B41 is #F2E4BE. Grayscale: #1A1A1A. Windows color (decimal): -15918271 or 4266765. OLE color: 4266765.

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

Color convert

RGB132765-
CMYK0.800.5800.75
HSL223.85º66.67%15.29%-
HSV(B)223.85º80%25.49%-
XYZ1.511.255.16-
YUV27.15149.36117.91-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.38%
GREEN value IS 27 (10.94% from 255) = 25.71%
BLUE value IS 65 (25.78% from 255) = 61.90%
R=12.38%
G=25.71%
B=61.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1327650.800.5800.75223.8566.6715.29
HexD1B41503A04Be043f
Octal153310112072011334010317
Binary11011101110000011010000111010010010111110000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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