#0D114D

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

Shades of Midnight Express #0D114D

Tints of Midnight Express #0D114D

Color information

#0D114D (or 0x0D114D) is unknown color: approx Midnight Express. HEX triplet: 0D, 11 and 4D. RGB value is (13,17,77). Sum of RGB (Red+Green+Blue) = 13+17+77=107 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.15% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 77 (30.47% from 255 or 71.96% from 107); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D114D is #F2EEB2. Grayscale: #161616. Windows color (decimal): -15920819 or 5050637. OLE color: 5050637.

HSL color Cylindrical-coordinate representation of color #0D114D: hue angle of 236.25º 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 #0D114D is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB131777-
CMYK0.830.7800.70
HSL236.25º71.11%17.65%-
HSV(B)236.25º83.12%30.2%-
XYZ1.711.027.13-
YUV22.64158.67121.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.15%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 77 (30.47% from 255) = 71.96%
R=12.15%
G=15.89%
B=71.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1317770.830.7800.70236.2571.1117.65
HexD114D534E046ec4712
Octal1521115123116010635410722
Binary1101100011001101101001110011100100011011101100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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