#15233A

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

Shades of Midnight Express #15233A

Tints of Midnight Express #15233A

Color information

#15233A (or 0x15233A) is unknown color: approx Midnight Express. HEX triplet: 15, 23 and 3A. RGB value is (21,35,58). Sum of RGB (Red+Green+Blue) = 21+35+58=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #15233A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15233A is #EADCC5. Grayscale: #212121. Windows color (decimal): -15391942 or 3810069. OLE color: 3810069.

HSL color Cylindrical-coordinate representation of color #15233A: hue angle of 217.3º 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 #15233A is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB213558-
CMYK0.640.4000.77
HSL217.3º46.84%15.49%-
HSV(B)217.3º63.79%22.75%-
XYZ1.671.674.24-
YUV33.44141.86119.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.42%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 58 (23.05% from 255) = 50.88%
R=18.42%
G=30.70%
B=50.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2135580.640.4000.77217.346.8415.49
Hex15233A402804Dd92ff
Octal2543721005001153315717
Binary10101100011111010100000010100001001101110110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15233A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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