#13153D

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

Shades of Midnight Express #13153D

Tints of Midnight Express #13153D

Color information

#13153D (or 0x13153D) is unknown color: approx Midnight Express. HEX triplet: 13, 15 and 3D. RGB value is (19,21,61). Sum of RGB (Red+Green+Blue) = 19+21+61=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 61 (24.22% from 255 or 60.40% from 101); Max value from RGB is 61 - color contains mainly: blue. Hex color #13153D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13153D is #ECEAC2. Grayscale: #181818. Windows color (decimal): -15526595 or 4003091. OLE color: 4003091.

HSL color Cylindrical-coordinate representation of color #13153D: hue angle of 237.14º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13153D is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB192161-
CMYK0.690.6600.76
HSL237.14º52.5%15.69%-
HSV(B)237.14º68.85%23.92%-
XYZ1.381.014.54-
YUV24.96148.34123.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 21 (8.59% from 255) = 20.79%
BLUE value IS 61 (24.22% from 255) = 60.40%
R=18.81%
G=20.79%
B=60.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1921610.690.6600.76237.1452.515.69
Hex13153D454204Ced3410
Octal23257510510201143556420
Binary100111010111110110001011000010010011001110110111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13153D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13153D; }

 p { color: rgb(19,21,61); }

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

<style>
 a { background-color: #13153D; }

 a { background-color: rgb(19,21,61); }

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

<style>
 span { border-color: #13153D; }

 span { border-color: rgb(19,21,61); }

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