#13113E

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

Shades of Midnight Express #13113E

Tints of Midnight Express #13113E

Color information

#13113E (or 0x13113E) is unknown color: approx Midnight Express. HEX triplet: 13, 11 and 3E. RGB value is (19,17,62). Sum of RGB (Red+Green+Blue) = 19+17+62=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 62 (24.61% from 255 or 63.27% from 98); Max value from RGB is 62 - color contains mainly: blue. Hex color #13113E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13113E is #ECEEC1. Grayscale: #161616. Windows color (decimal): -15527618 or 4067603. OLE color: 4067603.

HSL color Cylindrical-coordinate representation of color #13113E: hue angle of 242.67º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13113E is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB191762-
CMYK0.690.7300.76
HSL242.67º56.96%15.49%-
HSV(B)242.67º72.58%24.31%-
XYZ1.340.894.66-
YUV22.73150.16125.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 17 (7.03% from 255) = 17.35%
BLUE value IS 62 (24.61% from 255) = 63.27%
R=19.39%
G=17.35%
B=63.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1917620.690.7300.76242.6756.9615.49
Hex13113E454904Cf339f
Octal23217610511101143637117
Binary10011100011111101000101100100101001100111100111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13113E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13113E; }

 p { color: rgb(19,17,62); }

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

<style>
 a { background-color: #13113E; }

 a { background-color: rgb(19,17,62); }

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

<style>
 span { border-color: #13113E; }

 span { border-color: rgb(19,17,62); }

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