#151F40

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

Shades of Midnight Express #151F40

Tints of Midnight Express #151F40

Color information

#151F40 (or 0x151F40) is unknown color: approx Midnight Express. HEX triplet: 15, 1F and 40. RGB value is (21,31,64). Sum of RGB (Red+Green+Blue) = 21+31+64=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #151F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151F40 is #EAE0BF. Grayscale: #1F1F1F. Windows color (decimal): -15392960 or 4202261. OLE color: 4202261.

HSL color Cylindrical-coordinate representation of color #151F40: hue angle of 226.05º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #151F40 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB213164-
CMYK0.670.5200.75
HSL226.05º50.59%16.67%-
HSV(B)226.05º67.19%25.1%-
XYZ1.721.515.05-
YUV31.77146.19120.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.10%
GREEN value IS 31 (12.5% from 255) = 26.72%
BLUE value IS 64 (25.39% from 255) = 55.17%
R=18.10%
G=26.72%
B=55.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2131640.670.5200.75226.0550.5916.67
Hex151F40433404Be23311
Octal25371001036401133426321
Binary101011111110000001000011110100010010111110001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,31,64); }

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

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

 a { background-color: rgb(21,31,64); }

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

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

 span { border-color: rgb(21,31,64); }

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