#131956

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

Shades of Midnight Blue #131956

Tints of Midnight Blue #131956

Color information

#131956 (or 0x131956) is unknown color: approx Midnight Blue. HEX triplet: 13, 19 and 56. RGB value is (19,25,86). Sum of RGB (Red+Green+Blue) = 19+25+86=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 86 (33.98% from 255 or 66.15% from 130); Max value from RGB is 86 - color contains mainly: blue. Hex color #131956 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131956 is #ECE6A9. Grayscale: #1D1D1D. Windows color (decimal): -15525546 or 5642515. OLE color: 5642515.

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

Color convert

RGB192586-
CMYK0.780.7100.66
HSL234.63º63.81%20.59%-
HSV(B)234.63º77.91%33.73%-
XYZ2.31.518.97-
YUV30.16159.51120.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.62%
GREEN value IS 25 (10.16% from 255) = 19.23%
BLUE value IS 86 (33.98% from 255) = 66.15%
R=14.62%
G=19.23%
B=66.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1925860.780.7100.66234.6363.8120.59
Hex1319564E47042eb4015
Octal2331126116107010235310025
Binary10011110011010110100111010001110100001011101011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131956; }

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

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

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

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

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

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

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

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