#131237

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

Shades of Midnight Express #131237

Tints of Midnight Express #131237

Color information

#131237 (or 0x131237) is unknown color: approx Midnight Express. HEX triplet: 13, 12 and 37. RGB value is (19,18,55). Sum of RGB (Red+Green+Blue) = 19+18+55=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 55 (21.88% from 255 or 59.78% from 92); Max value from RGB is 55 - color contains mainly: blue. Hex color #131237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131237 is #ECEDC8. Grayscale: #161616. Windows color (decimal): -15527369 or 3609107. OLE color: 3609107.

HSL color Cylindrical-coordinate representation of color #131237: hue angle of 241.62º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #131237 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB191855-
CMYK0.650.6700.78
HSL241.62º50.68%14.31%-
HSV(B)241.62º67.27%21.57%-
XYZ1.170.853.72-
YUV22.52146.33125.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 18 (7.42% from 255) = 19.57%
BLUE value IS 55 (21.88% from 255) = 59.78%
R=20.65%
G=19.57%
B=59.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1918550.650.6700.78241.6250.6814.31
Hex131237414304Ef233e
Octal23226710110301163626316
Binary10011100101101111000001100001101001110111100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131237; }

 p { color: rgb(19,18,55); }

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

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

 a { background-color: rgb(19,18,55); }

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

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

 span { border-color: rgb(19,18,55); }

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