#15204B

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

Shades of Midnight Express #15204B

Tints of Midnight Express #15204B

Color information

#15204B (or 0x15204B) is unknown color: approx Midnight Express. HEX triplet: 15, 20 and 4B. RGB value is (21,32,75). Sum of RGB (Red+Green+Blue) = 21+32+75=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 75 (29.69% from 255 or 58.59% from 128); Max value from RGB is 75 - color contains mainly: blue. Hex color #15204B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15204B is #EADFB4. Grayscale: #212121. Windows color (decimal): -15392693 or 4923413. OLE color: 4923413.

HSL color Cylindrical-coordinate representation of color #15204B: hue angle of 227.78º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15204B is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB213275-
CMYK0.720.5700.71
HSL227.78º56.25%18.82%-
HSV(B)227.78º72%29.41%-
XYZ2.11.76.87-
YUV33.61151.36119-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.41%
GREEN value IS 32 (12.89% from 255) = 25%
BLUE value IS 75 (29.69% from 255) = 58.59%
R=16.41%
G=25%
B=58.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2132750.720.5700.71227.7856.2518.82
Hex15204B4839047e43813
Octal25401131107101073447023
Binary1010110000010010111001000111001010001111110010011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15204B; }

 p { color: rgb(21,32,75); }

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

<style>
 a { background-color: #15204B; }

 a { background-color: rgb(21,32,75); }

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

<style>
 span { border-color: #15204B; }

 span { border-color: rgb(21,32,75); }

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