#0D154D

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

Shades of Midnight Express #0D154D

Tints of Midnight Express #0D154D

Color information

#0D154D (or 0x0D154D) is unknown color: approx Midnight Express. HEX triplet: 0D, 15 and 4D. RGB value is (13,21,77). Sum of RGB (Red+Green+Blue) = 13+21+77=111 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.71% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 77 (30.47% from 255 or 69.37% from 111); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D154D is #F2EAB2. Grayscale: #181818. Windows color (decimal): -15919795 or 5051661. OLE color: 5051661.

HSL color Cylindrical-coordinate representation of color #0D154D: hue angle of 232.5º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D154D is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB132177-
CMYK0.830.7300.70
HSL232.5º71.11%17.65%-
HSV(B)232.5º83.12%30.2%-
XYZ1.771.167.15-
YUV24.99157.35119.45-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.71%
GREEN value IS 21 (8.59% from 255) = 18.92%
BLUE value IS 77 (30.47% from 255) = 69.37%
R=11.71%
G=18.92%
B=69.37%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1321770.830.7300.70232.571.1117.65
HexD154D5349046e84712
Octal1525115123111010635010722
Binary1101101011001101101001110010010100011011101000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,21,77); }

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

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

 a { background-color: rgb(13,21,77); }

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

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

 span { border-color: rgb(13,21,77); }

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