#151B48

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

Shades of Midnight Express #151B48

Tints of Midnight Express #151B48

Color information

#151B48 (or 0x151B48) is unknown color: approx Midnight Express. HEX triplet: 15, 1B and 48. RGB value is (21,27,72). Sum of RGB (Red+Green+Blue) = 21+27+72=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #151B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151B48 is #EAE4B7. Grayscale: #1E1E1E. Windows color (decimal): -15393976 or 4725525. OLE color: 4725525.

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

Color convert

RGB212772-
CMYK0.710.6200.72
HSL232.94º54.84%18.24%-
HSV(B)232.94º70.83%28.24%-
XYZ1.871.416.3-
YUV30.34151.51121.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.5%
GREEN value IS 27 (10.94% from 255) = 22.5%
BLUE value IS 72 (28.52% from 255) = 60%
R=17.5%
G=22.5%
B=60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2127720.710.6200.72232.9454.8418.24
Hex151B48473E048e93712
Octal25331101077601103516722
Binary101011101110010001000111111110010010001110100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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