#151A48

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

Shades of Midnight Express #151A48

Tints of Midnight Express #151A48

Color information

#151A48 (or 0x151A48) is unknown color: approx Midnight Express. HEX triplet: 15, 1A and 48. RGB value is (21,26,72). Sum of RGB (Red+Green+Blue) = 21+26+72=119 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.65% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 72 (28.52% from 255 or 60.50% from 119); Max value from RGB is 72 - color contains mainly: blue. Hex color #151A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A48 is #EAE5B7. Grayscale: #1D1D1D. Windows color (decimal): -15394232 or 4725269. OLE color: 4725269.

HSL color Cylindrical-coordinate representation of color #151A48: hue angle of 234.12º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #151A48 is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB212672-
CMYK0.710.6400.72
HSL234.12º54.84%18.24%-
HSV(B)234.12º70.83%28.24%-
XYZ1.851.376.3-
YUV29.75151.84121.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.65%
GREEN value IS 26 (10.55% from 255) = 21.85%
BLUE value IS 72 (28.52% from 255) = 60.50%
R=17.65%
G=21.85%
B=60.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2126720.710.6400.72234.1254.8418.24
Hex151A484740048ea3712
Octal253211010710001103526722
Binary1010111010100100010001111000000010010001110101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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