#130560

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

Shades of Midnight Blue #130560

Tints of Midnight Blue #130560

Color information

#130560 (or 0x130560) is unknown color: approx Midnight Blue. HEX triplet: 13, 05 and 60. RGB value is (19,5,96). Sum of RGB (Red+Green+Blue) = 19+5+96=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 96 (37.89% from 255 or 80% from 120); Max value from RGB is 96 - color contains mainly: blue. Hex color #130560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130560 is #ECFA9F. Grayscale: #131313. Windows color (decimal): -15530656 or 6292755. OLE color: 6292755.

HSL color Cylindrical-coordinate representation of color #130560: hue angle of 249.23º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130560 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB19596-
CMYK0.800.9500.62
HSL249.23º90.1%19.8%-
HSV(B)249.23º94.79%37.65%-
XYZ2.431.0911.15-
YUV19.56171.14127.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 5 (2.34% from 255) = 4.17%
BLUE value IS 96 (37.89% from 255) = 80%
R=15.83%
G=4.17%
B=80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal195960.800.9500.62249.2390.119.8
Hex13560505F03Ef95a14
Octal23514012013707637113224
Binary10011101110000010100001011111011111011111001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130560; }

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

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

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

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

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

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

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

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