#131F86

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

Shades of Midnight Blue #131F86

Tints of Midnight Blue #131F86

Color information

#131F86 (or 0x131F86) is unknown color: approx Midnight Blue. HEX triplet: 13, 1F and 86. RGB value is (19,31,134). Sum of RGB (Red+Green+Blue) = 19+31+134=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 134 (52.73% from 255 or 72.83% from 184); Max value from RGB is 134 - color contains mainly: blue. Hex color #131F86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131F86 is #ECE079. Grayscale: #262626. Windows color (decimal): -15523962 or 8789779. OLE color: 8789779.

HSL color Cylindrical-coordinate representation of color #131F86: hue angle of 233.74º 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 #131F86 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1931134-
CMYK0.860.7700.47
HSL233.74º75.16%30%-
HSV(B)233.74º85.82%52.55%-
XYZ5.062.8422.84-
YUV39.15181.52113.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.33%
GREEN value IS 31 (12.5% from 255) = 16.85%
BLUE value IS 134 (52.73% from 255) = 72.83%
R=10.33%
G=16.85%
B=72.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19311340.860.7700.47233.7475.1630
Hex131F86564D02Fea4b1e
Octal233720612611505735211336
Binary10011111111000011010101101001101010111111101010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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