#15233D

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

Shades of Midnight Express #15233D

Tints of Midnight Express #15233D

Color information

#15233D (or 0x15233D) is unknown color: approx Midnight Express. HEX triplet: 15, 23 and 3D. RGB value is (21,35,61). Sum of RGB (Red+Green+Blue) = 21+35+61=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #15233D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15233D is #EADCC2. Grayscale: #212121. Windows color (decimal): -15391939 or 4006677. OLE color: 4006677.

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

Color convert

RGB213561-
CMYK0.660.4300.76
HSL219º48.78%16.08%-
HSV(B)219º65.57%23.92%-
XYZ1.751.74.65-
YUV33.78143.36118.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.95%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 61 (24.22% from 255) = 52.14%
R=17.95%
G=29.91%
B=52.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2135610.660.4300.7621948.7816.08
Hex15233D422B04Cdb3110
Octal2543751025301143336120
Binary101011000111111011000010101011010011001101101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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