#131038

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

Shades of Midnight Express #131038

Tints of Midnight Express #131038

Color information

#131038 (or 0x131038) is unknown color: approx Midnight Express. HEX triplet: 13, 10 and 38. RGB value is (19,16,56). Sum of RGB (Red+Green+Blue) = 19+16+56=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 56 (22.27% from 255 or 61.54% from 91); Max value from RGB is 56 - color contains mainly: blue. Hex color #131038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131038 is #ECEFC7. Grayscale: #151515. Windows color (decimal): -15527880 or 3674131. OLE color: 3674131.

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

Color convert

RGB191656-
CMYK0.660.7100.78
HSL244.5º55.56%14.12%-
HSV(B)244.5º71.43%21.96%-
XYZ1.170.793.83-
YUV21.46147.49126.25-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 16 (6.64% from 255) = 17.58%
BLUE value IS 56 (22.27% from 255) = 61.54%
R=20.88%
G=17.58%
B=61.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1916560.660.7100.78244.555.5614.12
Hex131038424704Ef438e
Octal23207010210701163647016
Binary10011100001110001000010100011101001110111101001110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131038; }

 p { color: rgb(19,16,56); }

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

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

 a { background-color: rgb(19,16,56); }

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

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

 span { border-color: rgb(19,16,56); }

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