#131676

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

Shades of Midnight Blue #131676

Tints of Midnight Blue #131676

Color information

#131676 (or 0x131676) is unknown color: approx Midnight Blue. HEX triplet: 13, 16 and 76. RGB value is (19,22,118). Sum of RGB (Red+Green+Blue) = 19+22+118=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 118 (46.48% from 255 or 74.21% from 159); Max value from RGB is 118 - color contains mainly: blue. Hex color #131676 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131676 is #ECE989. Grayscale: #1F1F1F. Windows color (decimal): -15526282 or 7738899. OLE color: 7738899.

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

Color convert

RGB1922118-
CMYK0.840.8100.54
HSL238.18º72.26%26.86%-
HSV(B)238.18º83.9%46.27%-
XYZ3.832.0217.33-
YUV32.05176.51118.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 22 (8.98% from 255) = 13.84%
BLUE value IS 118 (46.48% from 255) = 74.21%
R=11.95%
G=13.84%
B=74.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19221180.840.8100.54238.1872.2626.86
Hex1316765451036ee481b
Octal232616612412106635611033
Binary1001110110111011010101001010001011011011101110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131676; }

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

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

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

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

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

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

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

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