#131E78

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

Shades of Midnight Blue #131E78

Tints of Midnight Blue #131E78

Color information

#131E78 (or 0x131E78) is unknown color: approx Midnight Blue. HEX triplet: 13, 1E and 78. RGB value is (19,30,120). Sum of RGB (Red+Green+Blue) = 19+30+120=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 30 (12.11% from 255 or 17.75% from 169); Blue value is 120 (47.27% from 255 or 71.01% from 169); Max value from RGB is 120 - color contains mainly: blue. Hex color #131E78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E78 is #ECE187. Grayscale: #242424. Windows color (decimal): -15524232 or 7872019. OLE color: 7872019.

HSL color Cylindrical-coordinate representation of color #131E78: hue angle of 233.47º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131E78 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1930120-
CMYK0.840.7500.53
HSL233.47º72.66%27.25%-
HSV(B)233.47º84.17%47.06%-
XYZ4.122.4218.02-
YUV36.97174.86115.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.24%
GREEN value IS 30 (12.11% from 255) = 17.75%
BLUE value IS 120 (47.27% from 255) = 71.01%
R=11.24%
G=17.75%
B=71.01%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19301200.840.7500.53233.4772.6627.25
Hex131E78544B035e9491b
Octal233617012411306535111133
Binary1001111110111100010101001001011011010111101001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131E78; }

 p { color: rgb(19,30,120); }

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

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

 a { background-color: rgb(19,30,120); }

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

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

 span { border-color: rgb(19,30,120); }

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