#0D103C

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

Shades of Midnight Express #0D103C

Tints of Midnight Express #0D103C

Color information

#0D103C (or 0x0D103C) is unknown color: approx Midnight Express. HEX triplet: 0D, 10 and 3C. RGB value is (13,16,60). Sum of RGB (Red+Green+Blue) = 13+16+60=89 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.61% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 60 (23.83% from 255 or 67.42% from 89); Max value from RGB is 60 - color contains mainly: blue. Hex color #0D103C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D103C is #F2EFC3. Grayscale: #131313. Windows color (decimal): -15921092 or 3936269. OLE color: 3936269.

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

Color convert

RGB131660-
CMYK0.780.7300.76
HSL236.17º64.38%14.31%-
HSV(B)236.17º78.33%23.53%-
XYZ1.170.784.36-
YUV20.12150.51122.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.61%
GREEN value IS 16 (6.64% from 255) = 17.98%
BLUE value IS 60 (23.83% from 255) = 67.42%
R=14.61%
G=17.98%
B=67.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1316600.780.7300.76236.1764.3814.31
HexD103C4E4904Cec40e
Octal152074116111011435410016
Binary11011000011110010011101001001010011001110110010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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