#131a61

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

Shades of Midnight Blue #131A61

Tints of Midnight Blue #131A61

Color information

#131A61 (or 0x131A61) is unknown color: approx Midnight Blue. HEX triplet: 13, 1A and 61. RGB value is (19,26,97). Sum of RGB (Red+Green+Blue) = 19+26+97=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 97 (38.28% from 255 or 68.31% from 142); Max value from RGB is 97 - color contains mainly: blue. Hex color #131A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A61 is #ECE59E. Grayscale: #1F1F1F. Windows color (decimal): -15525279 or 6363667. OLE color: 6363667.

HSL color Cylindrical-coordinate representation of color #131A61: hue angle of 234.62º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131A61 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB192697-
CMYK0.800.7300.62
HSL234.62º67.24%22.75%-
HSV(B)234.62º80.41%38.04%-
XYZ2.81.7411.5-
YUV32164.68118.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 26 (10.55% from 255) = 18.31%
BLUE value IS 97 (38.28% from 255) = 68.31%
R=13.38%
G=18.31%
B=68.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1926970.800.7300.62234.6267.2422.75
Hex131A61504903Eeb4317
Octal233214112011107635310327
Binary1001111010110000110100001001001011111011101011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131a61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,26,97); }

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

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

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

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

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

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

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