#13026A

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

Shades of Midnight Blue #13026A

Tints of Midnight Blue #13026A

Color information

#13026A (or 0x13026A) is unknown color: approx Midnight Blue. HEX triplet: 13, 02 and 6A. RGB value is (19,2,106). Sum of RGB (Red+Green+Blue) = 19+2+106=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 106 (41.80% from 255 or 83.46% from 127); Max value from RGB is 106 - color contains mainly: blue. Hex color #13026A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13026A is #ECFD95. Grayscale: #121212. Windows color (decimal): -15531414 or 6947347. OLE color: 6947347.

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

Color convert

RGB192106-
CMYK0.820.9800.58
HSL249.81º96.3%21.18%-
HSV(B)249.81º98.11%41.57%-
XYZ2.891.2213.72-
YUV18.94177.13128.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 2 (1.17% from 255) = 1.57%
BLUE value IS 106 (41.80% from 255) = 83.46%
R=14.96%
G=1.57%
B=83.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1921060.820.9800.58249.8196.321.18
Hex1326A526203Afa6015
Octal23215212214207237214025
Binary1001110110101010100101100010011101011111010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13026A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13026A; }

 p { color: rgb(19,2,106); }

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

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

 a { background-color: rgb(19,2,106); }

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

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

 span { border-color: rgb(19,2,106); }

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