#130771

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

Shades of Midnight Blue #130771

Tints of Midnight Blue #130771

Color information

#130771 (or 0x130771) is unknown color: approx Midnight Blue. HEX triplet: 13, 07 and 71. RGB value is (19,7,113). Sum of RGB (Red+Green+Blue) = 19+7+113=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 113 (44.53% from 255 or 81.29% from 139); Max value from RGB is 113 - color contains mainly: blue. Hex color #130771 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130771 is #ECF88E. Grayscale: #161616. Windows color (decimal): -15530127 or 7407379. OLE color: 7407379.

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

Color convert

RGB197113-
CMYK0.830.9400.56
HSL246.79º88.33%23.53%-
HSV(B)246.79º93.81%44.31%-
XYZ3.331.4815.73-
YUV22.67178.98125.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 7 (3.12% from 255) = 5.04%
BLUE value IS 113 (44.53% from 255) = 81.29%
R=13.67%
G=5.04%
B=81.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1971130.830.9400.56246.7988.3323.53
Hex13771535E038f75818
Octal23716112313607036713030
Binary10011111111000110100111011110011100011110111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130771; }

 p { color: rgb(19,7,113); }

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

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

 a { background-color: rgb(19,7,113); }

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

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

 span { border-color: rgb(19,7,113); }

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