#131972

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

Shades of Midnight Blue #131972

Tints of Midnight Blue #131972

Color information

#131972 (or 0x131972) is unknown color: approx Midnight Blue. HEX triplet: 13, 19 and 72. RGB value is (19,25,114). Sum of RGB (Red+Green+Blue) = 19+25+114=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 114 (44.92% from 255 or 72.15% from 158); Max value from RGB is 114 - color contains mainly: blue. Hex color #131972 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131972 is #ECE68D. Grayscale: #202020. Windows color (decimal): -15525518 or 7477523. OLE color: 7477523.

HSL color Cylindrical-coordinate representation of color #131972: hue angle of 236.21º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131972 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1925114-
CMYK0.830.7800.55
HSL236.21º71.43%26.08%-
HSV(B)236.21º83.33%44.71%-
XYZ3.652.0516.12-
YUV33.35173.51117.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 25 (10.16% from 255) = 15.82%
BLUE value IS 114 (44.92% from 255) = 72.15%
R=12.03%
G=15.82%
B=72.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19251140.830.7800.55236.2171.4326.08
Hex131972534E037ec471a
Octal233116212311606735410732
Binary1001111001111001010100111001110011011111101100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131972; }

 p { color: rgb(19,25,114); }

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

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

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

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

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

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

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