#15234F

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

Shades of Midnight Express #15234F

Tints of Midnight Express #15234F

Color information

#15234F (or 0x15234F) is unknown color: approx Midnight Express. HEX triplet: 15, 23 and 4F. RGB value is (21,35,79). Sum of RGB (Red+Green+Blue) = 21+35+79=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 79 (31.25% from 255 or 58.52% from 135); Max value from RGB is 79 - color contains mainly: blue. Hex color #15234F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15234F is #EADCB0. Grayscale: #232323. Windows color (decimal): -15391921 or 5186325. OLE color: 5186325.

HSL color Cylindrical-coordinate representation of color #15234F: hue angle of 225.52º 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 #15234F is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB213579-
CMYK0.730.5600.69
HSL225.52º58%19.61%-
HSV(B)225.52º73.42%30.98%-
XYZ2.321.937.65-
YUV35.83152.36117.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.56%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 79 (31.25% from 255) = 58.52%
R=15.56%
G=25.93%
B=58.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2135790.730.5600.69225.525819.61
Hex15234F4938045e23a14
Octal25431171117001053427224
Binary1010110001110011111001001111000010001011110001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15234F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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