#13294E

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

Shades of Midnight #13294E

Tints of Midnight #13294E

Color information

#13294E (or 0x13294E) is unknown color: approx Midnight. HEX triplet: 13, 29 and 4E. RGB value is (19,41,78). Sum of RGB (Red+Green+Blue) = 19+41+78=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #13294E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13294E is #ECD6B1. Grayscale: #262626. Windows color (decimal): -15521458 or 5122323. OLE color: 5122323.

HSL color Cylindrical-coordinate representation of color #13294E: hue angle of 217.63º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13294E is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB194178-
CMYK0.760.4700.69
HSL217.63º60.82%19.02%-
HSV(B)217.63º75.64%30.59%-
XYZ2.442.277.52-
YUV38.64150.21113.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.77%
GREEN value IS 41 (16.41% from 255) = 29.71%
BLUE value IS 78 (30.86% from 255) = 56.52%
R=13.77%
G=29.71%
B=56.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1941780.760.4700.69217.6360.8219.02
Hex13294E4C2F045da3d13
Octal23511161145701053327523
Binary1001110100110011101001100101111010001011101101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13294E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,41,78); }

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

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

 a { background-color: rgb(19,41,78); }

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

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

 span { border-color: rgb(19,41,78); }

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