#130056

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

Shades of Midnight Blue #130056

Tints of Midnight Blue #130056

Color information

#130056 (or 0x130056) is unknown color: approx Midnight Blue. HEX triplet: 13, 00 and 56. RGB value is (19,0,86). Sum of RGB (Red+Green+Blue) = 19+0+86=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 86 (33.98% from 255 or 81.90% from 105); Max value from RGB is 86 - color contains mainly: blue. Hex color #130056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130056 is #ECFFA9. Grayscale: #0F0F0F. Windows color (decimal): -15531946 or 5636115. OLE color: 5636115.

HSL color Cylindrical-coordinate representation of color #130056: hue angle of 253.26º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130056 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB19086-
CMYK0.78100.66
HSL253.26º100%16.86%-
HSV(B)253.26º100%33.73%-
XYZ1.950.818.86-
YUV15.48167.79130.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 81.90%
R=18.10%
G=0%
B=81.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal190860.78100.66253.2610016.86
Hex130564E64042fd6411
Octal230126116144010237514421
Binary1001101010110100111011001000100001011111101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130056; }

 p { color: rgb(19,0,86); }

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

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

 a { background-color: rgb(19,0,86); }

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

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

 span { border-color: rgb(19,0,86); }

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