#131359

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

Shades of Midnight Blue #131359

Tints of Midnight Blue #131359

Color information

#131359 (or 0x131359) is unknown color: approx Midnight Blue. HEX triplet: 13, 13 and 59. RGB value is (19,19,89). Sum of RGB (Red+Green+Blue) = 19+19+89=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 89 (35.16% from 255 or 70.08% from 127); Max value from RGB is 89 - color contains mainly: blue. Hex color #131359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131359 is #ECECA6. Grayscale: #1A1A1A. Windows color (decimal): -15527079 or 5837587. OLE color: 5837587.

HSL color Cylindrical-coordinate representation of color #131359: hue angle of 240º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #131359 is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB191989-
CMYK0.790.7900.65
HSL240º64.81%21.18%-
HSV(B)240º78.65%34.9%-
XYZ2.31.339.59-
YUV26.98163122.31-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 19 (7.81% from 255) = 14.96%
BLUE value IS 89 (35.16% from 255) = 70.08%
R=14.96%
G=14.96%
B=70.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1919890.790.7900.6524064.8121.18
Hex1313594F4F041f04115
Octal2323131117117010136010125
Binary10011100111011001100111110011110100000111110000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131359; }

 p { color: rgb(19,19,89); }

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

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

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

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

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

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

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