#131070

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

Shades of Midnight Blue #131070

Tints of Midnight Blue #131070

Color information

#131070 (or 0x131070) is unknown color: approx Midnight Blue. HEX triplet: 13, 10 and 70. RGB value is (19,16,112). Sum of RGB (Red+Green+Blue) = 19+16+112=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #131070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131070 is #ECEF8F. Grayscale: #1B1B1B. Windows color (decimal): -15527824 or 7344147. OLE color: 7344147.

HSL color Cylindrical-coordinate representation of color #131070: hue angle of 241.88º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #131070 is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1916112-
CMYK0.830.8600.56
HSL241.88º75%25.1%-
HSV(B)241.88º85.71%43.92%-
XYZ3.381.6815.48-
YUV27.84175.49121.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.93%
GREEN value IS 16 (6.64% from 255) = 10.88%
BLUE value IS 112 (44.14% from 255) = 76.19%
R=12.93%
G=10.88%
B=76.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19161120.830.8600.56241.887525.1
Hex1310705356038f24b19
Octal232016012312607036211331
Binary1001110000111000010100111010110011100011110010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131070; }

 p { color: rgb(19,16,112); }

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

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

 a { background-color: rgb(19,16,112); }

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

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

 span { border-color: rgb(19,16,112); }

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