#13056B

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

Shades of Midnight Blue #13056B

Tints of Midnight Blue #13056B

Color information

#13056B (or 0x13056B) is unknown color: approx Midnight Blue. HEX triplet: 13, 05 and 6B. RGB value is (19,5,107). Sum of RGB (Red+Green+Blue) = 19+5+107=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 107 (42.19% from 255 or 81.68% from 131); Max value from RGB is 107 - color contains mainly: blue. Hex color #13056B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13056B is #ECFA94. Grayscale: #141414. Windows color (decimal): -15530645 or 7013651. OLE color: 7013651.

HSL color Cylindrical-coordinate representation of color #13056B: hue angle of 248.24º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #13056B is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB195107-
CMYK0.820.9500.58
HSL248.24º91.07%21.96%-
HSV(B)248.24º95.33%41.96%-
XYZ2.981.3114.01-
YUV20.81176.64126.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 107 (42.19% from 255) = 81.68%
R=14.50%
G=3.82%
B=81.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1951070.820.9500.58248.2491.0721.96
Hex1356B525F03Af85b16
Octal23515312213707237013326
Binary10011101110101110100101011111011101011111000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13056B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13056B; }

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

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

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

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

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

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

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

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