#130563

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

Shades of Midnight Blue #130563

Tints of Midnight Blue #130563

Color information

#130563 (or 0x130563) is unknown color: approx Midnight Blue. HEX triplet: 13, 05 and 63. RGB value is (19,5,99). Sum of RGB (Red+Green+Blue) = 19+5+99=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 99 (39.06% from 255 or 80.49% from 123); Max value from RGB is 99 - color contains mainly: blue. Hex color #130563 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130563 is #ECFA9C. Grayscale: #131313. Windows color (decimal): -15530653 or 6489363. OLE color: 6489363.

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

Color convert

RGB19599-
CMYK0.810.9500.61
HSL248.94º90.38%20.39%-
HSV(B)248.94º94.95%38.82%-
XYZ2.571.1511.89-
YUV19.9172.64127.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.45%
GREEN value IS 5 (2.34% from 255) = 4.07%
BLUE value IS 99 (39.06% from 255) = 80.49%
R=15.45%
G=4.07%
B=80.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal195990.810.9500.61248.9490.3820.39
Hex13563515F03Df95a14
Octal23514312113707537113224
Binary10011101110001110100011011111011110111111001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130563; }

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

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

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

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

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

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

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

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