#130C59

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

Shades of Midnight Blue #130C59

Tints of Midnight Blue #130C59

Color information

#130C59 (or 0x130C59) is unknown color: approx Midnight Blue. HEX triplet: 13, 0C and 59. RGB value is (19,12,89). Sum of RGB (Red+Green+Blue) = 19+12+89=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 12 (5.08% from 255 or 10% from 120); Blue value is 89 (35.16% from 255 or 74.17% from 120); Max value from RGB is 89 - color contains mainly: blue. Hex color #130C59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130C59 is #ECF3A6. Grayscale: #161616. Windows color (decimal): -15528871 or 5835795. OLE color: 5835795.

HSL color Cylindrical-coordinate representation of color #130C59: hue angle of 245.45º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #130C59 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB191289-
CMYK0.790.8700.65
HSL245.45º76.24%19.8%-
HSV(B)245.45º86.52%34.9%-
XYZ2.21.129.55-
YUV22.87165.32125.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 12 (5.08% from 255) = 10%
BLUE value IS 89 (35.16% from 255) = 74.17%
R=15.83%
G=10%
B=74.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1912890.790.8700.65245.4576.2419.8
Hex13C594F57041f54c14
Octal2314131117127010136511424
Binary1001111001011001100111110101110100000111110101100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130C59; }

 p { color: rgb(19,12,89); }

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

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

 a { background-color: rgb(19,12,89); }

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

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

 span { border-color: rgb(19,12,89); }

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