#13086A

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

Shades of Midnight Blue #13086A

Tints of Midnight Blue #13086A

Color information

#13086A (or 0x13086A) is unknown color: approx Midnight Blue. HEX triplet: 13, 08 and 6A. RGB value is (19,8,106). Sum of RGB (Red+Green+Blue) = 19+8+106=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 106 (41.80% from 255 or 79.70% from 133); Max value from RGB is 106 - color contains mainly: blue. Hex color #13086A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13086A is #ECF795. Grayscale: #161616. Windows color (decimal): -15529878 or 6948883. OLE color: 6948883.

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

Color convert

RGB198106-
CMYK0.820.9200.58
HSL246.73º85.96%22.35%-
HSV(B)246.73º92.45%41.57%-
XYZ2.961.3513.74-
YUV22.46175.14125.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.29%
GREEN value IS 8 (3.52% from 255) = 6.02%
BLUE value IS 106 (41.80% from 255) = 79.70%
R=14.29%
G=6.02%
B=79.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1981060.820.9200.58246.7385.9622.35
Hex1386A525C03Af75616
Octal231015212213407236712626
Binary100111000110101010100101011100011101011110111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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