#13156E

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

Shades of Midnight Blue #13156E

Tints of Midnight Blue #13156E

Color information

#13156E (or 0x13156E) is unknown color: approx Midnight Blue. HEX triplet: 13, 15 and 6E. RGB value is (19,21,110). Sum of RGB (Red+Green+Blue) = 19+21+110=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 110 (43.36% from 255 or 73.33% from 150); Max value from RGB is 110 - color contains mainly: blue. Hex color #13156E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13156E is #ECEA91. Grayscale: #1E1E1E. Windows color (decimal): -15526546 or 7214355. OLE color: 7214355.

HSL color Cylindrical-coordinate representation of color #13156E: hue angle of 238.68º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13156E is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1921110-
CMYK0.830.8100.57
HSL238.68º70.54%25.29%-
HSV(B)238.68º82.73%43.14%-
XYZ3.351.814.92-
YUV30.55172.84119.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.67%
GREEN value IS 21 (8.59% from 255) = 14%
BLUE value IS 110 (43.36% from 255) = 73.33%
R=12.67%
G=14%
B=73.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19211100.830.8100.57238.6870.5425.29
Hex13156E5351039ef4719
Octal232515612312107135710731
Binary1001110101110111010100111010001011100111101111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13156E; }

 p { color: rgb(19,21,110); }

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

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

 a { background-color: rgb(19,21,110); }

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

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

 span { border-color: rgb(19,21,110); }

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