#151A34

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

Shades of Midnight Express #151A34

Tints of Midnight Express #151A34

Color information

#151A34 (or 0x151A34) is unknown color: approx Midnight Express. HEX triplet: 15, 1A and 34. RGB value is (21,26,52). Sum of RGB (Red+Green+Blue) = 21+26+52=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 52 (20.70% from 255 or 52.53% from 99); Max value from RGB is 52 - color contains mainly: blue. Hex color #151A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A34 is #EAE5CB. Grayscale: #1B1B1B. Windows color (decimal): -15394252 or 3414549. OLE color: 3414549.

HSL color Cylindrical-coordinate representation of color #151A34: hue angle of 230.32º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #151A34 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB212652-
CMYK0.600.5000.80
HSL230.32º42.47%14.31%-
HSV(B)230.32º59.62%20.39%-
XYZ1.31.153.4-
YUV27.47141.84123.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.21%
GREEN value IS 26 (10.55% from 255) = 26.26%
BLUE value IS 52 (20.70% from 255) = 52.53%
R=21.21%
G=26.26%
B=52.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2126520.600.5000.80230.3242.4714.31
Hex151A343C32050e62ae
Octal253264746201203465216
Binary101011101011010011110011001001010000111001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151A34; }

 p { color: rgb(21,26,52); }

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

<style>
 a { background-color: #151A34; }

 a { background-color: rgb(21,26,52); }

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

<style>
 span { border-color: #151A34; }

 span { border-color: rgb(21,26,52); }

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