#131856

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

Shades of Midnight Blue #131856

Tints of Midnight Blue #131856

Color information

#131856 (or 0x131856) is unknown color: approx Midnight Blue. HEX triplet: 13, 18 and 56. RGB value is (19,24,86). Sum of RGB (Red+Green+Blue) = 19+24+86=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 86 (33.98% from 255 or 66.67% from 129); Max value from RGB is 86 - color contains mainly: blue. Hex color #131856 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131856 is #ECE7A9. Grayscale: #1D1D1D. Windows color (decimal): -15525802 or 5642259. OLE color: 5642259.

HSL color Cylindrical-coordinate representation of color #131856: hue angle of 235.52º 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 #131856 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB192486-
CMYK0.780.7200.66
HSL235.52º63.81%20.59%-
HSV(B)235.52º77.91%33.73%-
XYZ2.271.468.97-
YUV29.57159.84120.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.73%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 86 (33.98% from 255) = 66.67%
R=14.73%
G=18.60%
B=66.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1924860.780.7200.66235.5263.8120.59
Hex1318564E48042ec4015
Octal2330126116110010235410025
Binary10011110001010110100111010010000100001011101100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131856; }

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

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

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

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

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

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

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

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