#131A77

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

Shades of Midnight Blue #131A77

Tints of Midnight Blue #131A77

Color information

#131A77 (or 0x131A77) is unknown color: approx Midnight Blue. HEX triplet: 13, 1A and 77. RGB value is (19,26,119). Sum of RGB (Red+Green+Blue) = 19+26+119=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 119 (46.88% from 255 or 72.56% from 164); Max value from RGB is 119 - color contains mainly: blue. Hex color #131A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A77 is #ECE588. Grayscale: #222222. Windows color (decimal): -15525257 or 7805459. OLE color: 7805459.

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

Color convert

RGB1926119-
CMYK0.840.7800.53
HSL235.8º72.46%27.06%-
HSV(B)235.8º84.03%46.67%-
XYZ3.972.2117.67-
YUV34.51175.68116.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.59%
GREEN value IS 26 (10.55% from 255) = 15.85%
BLUE value IS 119 (46.88% from 255) = 72.56%
R=11.59%
G=15.85%
B=72.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19261190.840.7800.53235.872.4627.06
Hex131A77544E035ec481b
Octal233216712411606535411033
Binary1001111010111011110101001001110011010111101100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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