#151442

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

Shades of Midnight Express #151442

Tints of Midnight Express #151442

Color information

#151442 (or 0x151442) is unknown color: approx Midnight Express. HEX triplet: 15, 14 and 42. RGB value is (21,20,66). Sum of RGB (Red+Green+Blue) = 21+20+66=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 66 (26.17% from 255 or 61.68% from 107); Max value from RGB is 66 - color contains mainly: blue. Hex color #151442 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151442 is #EAEBBD. Grayscale: #191919. Windows color (decimal): -15395774 or 4330517. OLE color: 4330517.

HSL color Cylindrical-coordinate representation of color #151442: hue angle of 241.3º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #151442 is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB212066-
CMYK0.680.7000.74
HSL241.3º53.49%16.86%-
HSV(B)241.3º69.7%25.88%-
XYZ1.541.055.28-
YUV25.54150.83124.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.63%
GREEN value IS 20 (8.20% from 255) = 18.69%
BLUE value IS 66 (26.17% from 255) = 61.68%
R=19.63%
G=18.69%
B=61.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2120660.680.7000.74241.353.4916.86
Hex151442444604Af13511
Octal252410210410601123616521
Binary1010110100100001010001001000110010010101111000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151442; }

 p { color: rgb(21,20,66); }

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

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

 a { background-color: rgb(21,20,66); }

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

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

 span { border-color: rgb(21,20,66); }

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