#15264A

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

Shades of Midnight Express #15264A

Tints of Midnight Express #15264A

Color information

#15264A (or 0x15264A) is unknown color: approx Midnight Express. HEX triplet: 15, 26 and 4A. RGB value is (21,38,74). Sum of RGB (Red+Green+Blue) = 21+38+74=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 74 (29.30% from 255 or 55.64% from 133); Max value from RGB is 74 - color contains mainly: blue. Hex color #15264A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15264A is #EAD9B5. Grayscale: #242424. Windows color (decimal): -15391158 or 4859413. OLE color: 4859413.

HSL color Cylindrical-coordinate representation of color #15264A: hue angle of 220.75º 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 #15264A is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB213874-
CMYK0.720.4900.71
HSL220.75º55.79%18.63%-
HSV(B)220.75º71.62%29.02%-
XYZ2.242.046.75-
YUV37.02148.87116.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.79%
GREEN value IS 38 (15.23% from 255) = 28.57%
BLUE value IS 74 (29.30% from 255) = 55.64%
R=15.79%
G=28.57%
B=55.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2138740.720.4900.71220.7555.7918.63
Hex15264A4831047dd3813
Octal25461121106101073357023
Binary1010110011010010101001000110001010001111101110111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,38,74); }

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

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

 a { background-color: rgb(21,38,74); }

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

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

 span { border-color: rgb(21,38,74); }

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