#131460

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

Shades of Midnight Blue #131460

Tints of Midnight Blue #131460

Color information

#131460 (or 0x131460) is unknown color: approx Midnight Blue. HEX triplet: 13, 14 and 60. RGB value is (19,20,96). Sum of RGB (Red+Green+Blue) = 19+20+96=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 96 (37.89% from 255 or 71.11% from 135); Max value from RGB is 96 - color contains mainly: blue. Hex color #131460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131460 is #ECEB9F. Grayscale: #1C1C1C. Windows color (decimal): -15526816 or 6296595. OLE color: 6296595.

HSL color Cylindrical-coordinate representation of color #131460: hue angle of 239.22º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131460 is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB192096-
CMYK0.800.7900.62
HSL239.22º66.96%22.55%-
HSV(B)239.22º80.21%37.65%-
XYZ2.631.4811.21-
YUV28.36166.17121.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.07%
GREEN value IS 20 (8.20% from 255) = 14.81%
BLUE value IS 96 (37.89% from 255) = 71.11%
R=14.07%
G=14.81%
B=71.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1920960.800.7900.62239.2266.9622.55
Hex131460504F03Eef4317
Octal232414012011707635710327
Binary1001110100110000010100001001111011111011101111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131460; }

 p { color: rgb(19,20,96); }

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

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

 a { background-color: rgb(19,20,96); }

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

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

 span { border-color: rgb(19,20,96); }

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