#131978

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

Shades of Midnight Blue #131978

Tints of Midnight Blue #131978

Color information

#131978 (or 0x131978) is unknown color: approx Midnight Blue. HEX triplet: 13, 19 and 78. RGB value is (19,25,120). Sum of RGB (Red+Green+Blue) = 19+25+120=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 120 (47.27% from 255 or 73.17% from 164); Max value from RGB is 120 - color contains mainly: blue. Hex color #131978 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131978 is #ECE687. Grayscale: #212121. Windows color (decimal): -15525512 or 7870739. OLE color: 7870739.

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

Color convert

RGB1925120-
CMYK0.840.7900.53
HSL236.44º72.66%27.25%-
HSV(B)236.44º84.17%47.06%-
XYZ4.012.1917.98-
YUV34.04176.51117.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.59%
GREEN value IS 25 (10.16% from 255) = 15.24%
BLUE value IS 120 (47.27% from 255) = 73.17%
R=11.59%
G=15.24%
B=73.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19251200.840.7900.53236.4472.6627.25
Hex131978544F035ec491b
Octal233117012411706535411133
Binary1001111001111100010101001001111011010111101100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131978; }

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

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

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

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

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

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

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

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