#131E86

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

Shades of Midnight Blue #131E86

Tints of Midnight Blue #131E86

Color information

#131E86 (or 0x131E86) is unknown color: approx Midnight Blue. HEX triplet: 13, 1E and 86. RGB value is (19,30,134). Sum of RGB (Red+Green+Blue) = 19+30+134=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 134 (52.73% from 255 or 73.22% from 183); Max value from RGB is 134 - color contains mainly: blue. Hex color #131E86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131E86 is #ECE179. Grayscale: #262626. Windows color (decimal): -15524218 or 8789523. OLE color: 8789523.

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

Color convert

RGB1930134-
CMYK0.860.7800.47
HSL234.26º75.16%30%-
HSV(B)234.26º85.82%52.55%-
XYZ5.042.7922.83-
YUV38.57181.86114.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 30 (12.11% from 255) = 16.39%
BLUE value IS 134 (52.73% from 255) = 73.22%
R=10.38%
G=16.39%
B=73.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19301340.860.7800.47234.2675.1630
Hex131E86564E02Fea4b1e
Octal233620612611605735211336
Binary10011111101000011010101101001110010111111101010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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