#13153C

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

Shades of Midnight Express #13153C

Tints of Midnight Express #13153C

Color information

#13153C (or 0x13153C) is unknown color: approx Midnight Express. HEX triplet: 13, 15 and 3C. RGB value is (19,21,60). Sum of RGB (Red+Green+Blue) = 19+21+60=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 60 (23.83% from 255 or 60% from 100); Max value from RGB is 60 - color contains mainly: blue. Hex color #13153C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13153C is #ECEAC3. Grayscale: #181818. Windows color (decimal): -15526596 or 3937555. OLE color: 3937555.

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

Color convert

RGB192160-
CMYK0.680.6500.76
HSL237.07º51.9%15.49%-
HSV(B)237.07º68.33%23.53%-
XYZ1.3514.4-
YUV24.85147.84123.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19%
GREEN value IS 21 (8.59% from 255) = 21%
BLUE value IS 60 (23.83% from 255) = 60%
R=19%
G=21%
B=60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1921600.680.6500.76237.0751.915.49
Hex13153C444104Ced34f
Octal23257410410101143556417
Binary10011101011111001000100100000101001100111011011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13153C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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