#131B71

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

Shades of Midnight Blue #131B71

Tints of Midnight Blue #131B71

Color information

#131B71 (or 0x131B71) is unknown color: approx Midnight Blue. HEX triplet: 13, 1B and 71. RGB value is (19,27,113). Sum of RGB (Red+Green+Blue) = 19+27+113=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 113 (44.53% from 255 or 71.07% from 159); Max value from RGB is 113 - color contains mainly: blue. Hex color #131B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131B71 is #ECE48E. Grayscale: #222222. Windows color (decimal): -15525007 or 7412499. OLE color: 7412499.

HSL color Cylindrical-coordinate representation of color #131B71: hue angle of 234.89º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131B71 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1927113-
CMYK0.830.7600.56
HSL234.89º71.21%25.88%-
HSV(B)234.89º83.19%44.31%-
XYZ3.642.1115.84-
YUV34.41172.35117.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 27 (10.94% from 255) = 16.98%
BLUE value IS 113 (44.53% from 255) = 71.07%
R=11.95%
G=16.98%
B=71.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19271130.830.7600.56234.8971.2125.88
Hex131B71534C038eb471a
Octal233316112311407035310732
Binary1001111011111000110100111001100011100011101011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,27,113); }

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

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

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

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

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

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

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