#15133C

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

Shades of Midnight Express #15133C

Tints of Midnight Express #15133C

Color information

#15133C (or 0x15133C) is unknown color: approx Midnight Express. HEX triplet: 15, 13 and 3C. RGB value is (21,19,60). Sum of RGB (Red+Green+Blue) = 21+19+60=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 19 (7.81% from 255 or 19% 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 #15133C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15133C is #EAECC3. Grayscale: #181818. Windows color (decimal): -15396036 or 3937045. OLE color: 3937045.

HSL color Cylindrical-coordinate representation of color #15133C: hue angle of 242.93º 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 #15133C is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB211960-
CMYK0.650.6800.76
HSL242.93º51.9%15.49%-
HSV(B)242.93º68.33%23.53%-
XYZ1.360.954.39-
YUV24.27148.16125.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2119600.650.6800.76242.9351.915.49
Hex15133C414404Cf334f
Octal25237410110401143636417
Binary10101100111111001000001100010001001100111100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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