#15213D

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

Shades of Midnight Express #15213D

Tints of Midnight Express #15213D

Color information

#15213D (or 0x15213D) is unknown color: approx Midnight Express. HEX triplet: 15, 21 and 3D. RGB value is (21,33,61). Sum of RGB (Red+Green+Blue) = 21+33+61=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #15213D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15213D is #EADEC2. Grayscale: #202020. Windows color (decimal): -15392451 or 4006165. OLE color: 4006165.

HSL color Cylindrical-coordinate representation of color #15213D: hue angle of 222º 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 #15213D is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB213361-
CMYK0.660.4600.76
HSL222º48.78%16.08%-
HSV(B)222º65.57%23.92%-
XYZ1.71.584.63-
YUV32.6144.02119.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.26%
GREEN value IS 33 (13.28% from 255) = 28.70%
BLUE value IS 61 (24.22% from 255) = 53.04%
R=18.26%
G=28.70%
B=53.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2133610.660.4600.7622248.7816.08
Hex15213D422E04Cde3110
Octal2541751025601143366120
Binary101011000011111011000010101110010011001101111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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