#131178

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

Shades of Midnight Blue #131178

Tints of Midnight Blue #131178

Color information

#131178 (or 0x131178) is unknown color: approx Midnight Blue. HEX triplet: 13, 11 and 78. RGB value is (19,17,120). Sum of RGB (Red+Green+Blue) = 19+17+120=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 120 (47.27% from 255 or 76.92% from 156); Max value from RGB is 120 - color contains mainly: blue. Hex color #131178 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131178 is #ECEE87. Grayscale: #1C1C1C. Windows color (decimal): -15527560 or 7868691. OLE color: 7868691.

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

Color convert

RGB1917120-
CMYK0.840.8600.53
HSL241.17º75.18%26.86%-
HSV(B)241.17º85.83%47.06%-
XYZ3.861.917.93-
YUV29.34179.16120.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 17 (7.03% from 255) = 10.90%
BLUE value IS 120 (47.27% from 255) = 76.92%
R=12.18%
G=10.90%
B=76.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19171200.840.8600.53241.1775.1826.86
Hex1311785456035f14b1b
Octal232117012412606536111333
Binary1001110001111100010101001010110011010111110001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131178; }

 p { color: rgb(19,17,120); }

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

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

 a { background-color: rgb(19,17,120); }

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

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

 span { border-color: rgb(19,17,120); }

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