#15213A

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

Shades of Midnight Express #15213A

Tints of Midnight Express #15213A

Color information

#15213A (or 0x15213A) is unknown color: approx Midnight Express. HEX triplet: 15, 21 and 3A. RGB value is (21,33,58). Sum of RGB (Red+Green+Blue) = 21+33+58=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 58 (23.05% from 255 or 51.79% from 112); Max value from RGB is 58 - color contains mainly: blue. Hex color #15213A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15213A is #EADEC5. Grayscale: #202020. Windows color (decimal): -15392454 or 3809557. OLE color: 3809557.

HSL color Cylindrical-coordinate representation of color #15213A: hue angle of 220.54º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15213A is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB213358-
CMYK0.640.4300.77
HSL220.54º46.84%15.49%-
HSV(B)220.54º63.79%22.75%-
XYZ1.621.554.22-
YUV32.26142.52119.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.75%
GREEN value IS 33 (13.28% from 255) = 29.46%
BLUE value IS 58 (23.05% from 255) = 51.79%
R=18.75%
G=29.46%
B=51.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2133580.640.4300.77220.5446.8415.49
Hex15213A402B04Ddd2ff
Octal2541721005301153355717
Binary10101100001111010100000010101101001101110111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15213A; }

 p { color: rgb(21,33,58); }

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

<style>
 a { background-color: #15213A; }

 a { background-color: rgb(21,33,58); }

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

<style>
 span { border-color: #15213A; }

 span { border-color: rgb(21,33,58); }

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