#131560

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

Shades of Midnight Blue #131560

Tints of Midnight Blue #131560

Color information

#131560 (or 0x131560) is unknown color: approx Midnight Blue. HEX triplet: 13, 15 and 60. RGB value is (19,21,96). Sum of RGB (Red+Green+Blue) = 19+21+96=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 96 (37.89% from 255 or 70.59% from 136); Max value from RGB is 96 - color contains mainly: blue. Hex color #131560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131560 is #ECEA9F. Grayscale: #1C1C1C. Windows color (decimal): -15526560 or 6296851. OLE color: 6296851.

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

Color convert

RGB192196-
CMYK0.800.7800.62
HSL238.44º66.96%22.55%-
HSV(B)238.44º80.21%37.65%-
XYZ2.651.5211.22-
YUV28.95165.84120.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.97%
GREEN value IS 21 (8.59% from 255) = 15.44%
BLUE value IS 96 (37.89% from 255) = 70.59%
R=13.97%
G=15.44%
B=70.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1921960.800.7800.62238.4466.9622.55
Hex131560504E03Eee4317
Octal232514012011607635610327
Binary1001110101110000010100001001110011111011101110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131560; }

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

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

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

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

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

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

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

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