#13046B

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

Shades of Midnight Blue #13046B

Tints of Midnight Blue #13046B

Color information

#13046B (or 0x13046B) is unknown color: approx Midnight Blue. HEX triplet: 13, 04 and 6B. RGB value is (19,4,107). Sum of RGB (Red+Green+Blue) = 19+4+107=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 107 (42.19% from 255 or 82.31% from 130); Max value from RGB is 107 - color contains mainly: blue. Hex color #13046B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13046B is #ECFB94. Grayscale: #131313. Windows color (decimal): -15530901 or 7013395. OLE color: 7013395.

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

Color convert

RGB194107-
CMYK0.820.9600.58
HSL248.74º92.79%21.76%-
HSV(B)248.74º96.26%41.96%-
XYZ2.971.2914-
YUV20.23176.97127.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.62%
GREEN value IS 4 (1.95% from 255) = 3.08%
BLUE value IS 107 (42.19% from 255) = 82.31%
R=14.62%
G=3.08%
B=82.31%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1941070.820.9600.58248.7492.7921.76
Hex1346B526003Af95d16
Octal23415312214007237113526
Binary10011100110101110100101100000011101011111001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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