#131579

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

Shades of Midnight Blue #131579

Tints of Midnight Blue #131579

Color information

#131579 (or 0x131579) is unknown color: approx Midnight Blue. HEX triplet: 13, 15 and 79. RGB value is (19,21,121). Sum of RGB (Red+Green+Blue) = 19+21+121=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 121 (47.66% from 255 or 75.16% from 161); Max value from RGB is 121 - color contains mainly: blue. Hex color #131579 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131579 is #ECEA86. Grayscale: #1F1F1F. Windows color (decimal): -15526535 or 7935251. OLE color: 7935251.

HSL color Cylindrical-coordinate representation of color #131579: hue angle of 238.82º 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 #131579 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1921121-
CMYK0.840.8300.53
HSL238.82º72.86%27.45%-
HSV(B)238.82º84.3%47.45%-
XYZ3.992.0618.28-
YUV31.8178.34118.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.80%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 121 (47.66% from 255) = 75.16%
R=11.80%
G=13.04%
B=75.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19211210.840.8300.53238.8272.8627.45
Hex1315795453035ef491b
Octal232517112412306535711133
Binary1001110101111100110101001010011011010111101111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131579; }

 p { color: rgb(19,21,121); }

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

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

 a { background-color: rgb(19,21,121); }

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

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

 span { border-color: rgb(19,21,121); }

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