#152650

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

Shades of Midnight Express #152650

Tints of Midnight Express #152650

Color information

#152650 (or 0x152650) is unknown color: approx Midnight Express. HEX triplet: 15, 26 and 50. RGB value is (21,38,80). Sum of RGB (Red+Green+Blue) = 21+38+80=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 80 (31.64% from 255 or 57.55% from 139); Max value from RGB is 80 - color contains mainly: blue. Hex color #152650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152650 is #EAD9AF. Grayscale: #252525. Windows color (decimal): -15391152 or 5252629. OLE color: 5252629.

HSL color Cylindrical-coordinate representation of color #152650: hue angle of 222.71º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152650 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB213880-
CMYK0.740.5200.69
HSL222.71º58.42%19.8%-
HSV(B)222.71º73.75%31.37%-
XYZ2.452.127.87-
YUV37.7151.87116.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.11%
GREEN value IS 38 (15.23% from 255) = 27.34%
BLUE value IS 80 (31.64% from 255) = 57.55%
R=15.11%
G=27.34%
B=57.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2138800.740.5200.69222.7158.4219.8
Hex1526504A34045df3a14
Octal25461201126401053377224
Binary1010110011010100001001010110100010001011101111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152650; }

 p { color: rgb(21,38,80); }

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

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

 a { background-color: rgb(21,38,80); }

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

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

 span { border-color: rgb(21,38,80); }

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