#0D183C

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

Shades of Midnight Express #0D183C

Tints of Midnight Express #0D183C

Color information

#0D183C (or 0x0D183C) is unknown color: approx Midnight Express. HEX triplet: 0D, 18 and 3C. RGB value is (13,24,60). Sum of RGB (Red+Green+Blue) = 13+24+60=97 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.40% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 60 (23.83% from 255 or 61.86% from 97); Max value from RGB is 60 - color contains mainly: blue. Hex color #0D183C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D183C is #F2E7C3. Grayscale: #181818. Windows color (decimal): -15919044 or 3938317. OLE color: 3938317.

HSL color Cylindrical-coordinate representation of color #0D183C: hue angle of 225.96º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D183C is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB132460-
CMYK0.780.6000.76
HSL225.96º64.38%14.31%-
HSV(B)225.96º78.33%23.53%-
XYZ1.311.074.41-
YUV24.82147.86119.57-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 13.40%
GREEN value IS 24 (9.77% from 255) = 24.74%
BLUE value IS 60 (23.83% from 255) = 61.86%
R=13.40%
G=24.74%
B=61.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1324600.780.6000.76225.9664.3814.31
HexD183C4E3C04Ce240e
Octal15307411674011434210016
Binary1101110001111001001110111100010011001110001010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,24,60); }

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

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

 a { background-color: rgb(13,24,60); }

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

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

 span { border-color: rgb(13,24,60); }

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