#131576

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

Shades of Midnight Blue #131576

Tints of Midnight Blue #131576

Color information

#131576 (or 0x131576) is unknown color: approx Midnight Blue. HEX triplet: 13, 15 and 76. RGB value is (19,21,118). Sum of RGB (Red+Green+Blue) = 19+21+118=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #131576 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131576 is #ECEA89. Grayscale: #1F1F1F. Windows color (decimal): -15526538 or 7738643. OLE color: 7738643.

HSL color Cylindrical-coordinate representation of color #131576: hue angle of 238.79º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131576 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1921118-
CMYK0.840.8200.54
HSL238.79º72.26%26.86%-
HSV(B)238.79º83.9%46.27%-
XYZ3.811.9817.32-
YUV31.46176.84119.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 21 (8.59% from 255) = 13.29%
BLUE value IS 118 (46.48% from 255) = 74.68%
R=12.03%
G=13.29%
B=74.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19211180.840.8200.54238.7972.2626.86
Hex1315765452036ef481b
Octal232516612412206635711033
Binary1001110101111011010101001010010011011011101111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131576; }

 p { color: rgb(19,21,118); }

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

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

 a { background-color: rgb(19,21,118); }

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

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

 span { border-color: rgb(19,21,118); }

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