#131C79

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

Shades of Midnight Blue #131C79

Tints of Midnight Blue #131C79

Color information

#131C79 (or 0x131C79) is unknown color: approx Midnight Blue. HEX triplet: 13, 1C and 79. RGB value is (19,28,121). Sum of RGB (Red+Green+Blue) = 19+28+121=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 121 (47.66% from 255 or 72.02% from 168); Max value from RGB is 121 - color contains mainly: blue. Hex color #131C79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C79 is #ECE386. Grayscale: #232323. Windows color (decimal): -15524743 or 7937043. OLE color: 7937043.

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

Color convert

RGB1928121-
CMYK0.840.7700.53
HSL234.71º72.86%27.45%-
HSV(B)234.71º84.3%47.45%-
XYZ4.142.3518.32-
YUV35.91176.02115.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.31%
GREEN value IS 28 (11.33% from 255) = 16.67%
BLUE value IS 121 (47.66% from 255) = 72.02%
R=11.31%
G=16.67%
B=72.02%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19281210.840.7700.53234.7172.8627.45
Hex131C79544D035eb491b
Octal233417112411506535311133
Binary1001111100111100110101001001101011010111101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,28,121); }

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

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

 a { background-color: rgb(19,28,121); }

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

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

 span { border-color: rgb(19,28,121); }

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