#131256

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

Shades of Midnight Blue #131256

Tints of Midnight Blue #131256

Color information

#131256 (or 0x131256) is unknown color: approx Midnight Blue. HEX triplet: 13, 12 and 56. RGB value is (19,18,86). Sum of RGB (Red+Green+Blue) = 19+18+86=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 86 (33.98% from 255 or 69.92% from 123); Max value from RGB is 86 - color contains mainly: blue. Hex color #131256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131256 is #ECEDA9. Grayscale: #191919. Windows color (decimal): -15527338 or 5640723. OLE color: 5640723.

HSL color Cylindrical-coordinate representation of color #131256: hue angle of 240.88º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #131256 is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB191886-
CMYK0.780.7900.66
HSL240.88º65.38%20.39%-
HSV(B)240.88º79.07%33.73%-
XYZ2.161.248.93-
YUV26.05161.83122.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.45%
GREEN value IS 18 (7.42% from 255) = 14.63%
BLUE value IS 86 (33.98% from 255) = 69.92%
R=15.45%
G=14.63%
B=69.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1918860.780.7900.66240.8865.3820.39
Hex1312564E4F042f14114
Octal2322126116117010236110124
Binary10011100101010110100111010011110100001011110001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131256; }

 p { color: rgb(19,18,86); }

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

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

 a { background-color: rgb(19,18,86); }

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

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

 span { border-color: rgb(19,18,86); }

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