#15264F

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

Shades of Midnight Express #15264F

Tints of Midnight Express #15264F

Color information

#15264F (or 0x15264F) is unknown color: approx Midnight Express. HEX triplet: 15, 26 and 4F. RGB value is (21,38,79). Sum of RGB (Red+Green+Blue) = 21+38+79=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 79 (31.25% from 255 or 57.25% from 138); Max value from RGB is 79 - color contains mainly: blue. Hex color #15264F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15264F is #EAD9B0. Grayscale: #252525. Windows color (decimal): -15391153 or 5187093. OLE color: 5187093.

HSL color Cylindrical-coordinate representation of color #15264F: hue angle of 222.41º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15264F is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB213879-
CMYK0.730.5200.69
HSL222.41º58%19.61%-
HSV(B)222.41º73.42%30.98%-
XYZ2.412.117.68-
YUV37.59151.37116.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.22%
GREEN value IS 38 (15.23% from 255) = 27.54%
BLUE value IS 79 (31.25% from 255) = 57.25%
R=15.22%
G=27.54%
B=57.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2138790.730.5200.69222.415819.61
Hex15264F4934045de3a14
Octal25461171116401053367224
Binary1010110011010011111001001110100010001011101111011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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