#131477

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

Shades of Midnight Blue #131477

Tints of Midnight Blue #131477

Color information

#131477 (or 0x131477) is unknown color: approx Midnight Blue. HEX triplet: 13, 14 and 77. RGB value is (19,20,119). Sum of RGB (Red+Green+Blue) = 19+20+119=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 119 (46.88% from 255 or 75.32% from 158); Max value from RGB is 119 - color contains mainly: blue. Hex color #131477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131477 is #ECEB88. Grayscale: #1E1E1E. Windows color (decimal): -15526793 or 7803923. OLE color: 7803923.

HSL color Cylindrical-coordinate representation of color #131477: hue angle of 239.4º 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 #131477 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1920119-
CMYK0.840.8300.53
HSL239.4º72.46%27.06%-
HSV(B)239.4º84.03%46.67%-
XYZ3.851.9717.63-
YUV30.99177.67119.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 20 (8.20% from 255) = 12.66%
BLUE value IS 119 (46.88% from 255) = 75.32%
R=12.03%
G=12.66%
B=75.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19201190.840.8300.53239.472.4627.06
Hex1314775453035ef481b
Octal232416712412306535711033
Binary1001110100111011110101001010011011010111101111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131477; }

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

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

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

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

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

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

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

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