#13294D

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

Shades of Midnight #13294D

Tints of Midnight #13294D

Color information

#13294D (or 0x13294D) is unknown color: approx Midnight. HEX triplet: 13, 29 and 4D. RGB value is (19,41,77). Sum of RGB (Red+Green+Blue) = 19+41+77=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #13294D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13294D is #ECD6B2. Grayscale: #262626. Windows color (decimal): -15521459 or 5056787. OLE color: 5056787.

HSL color Cylindrical-coordinate representation of color #13294D: hue angle of 217.24º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13294D is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB194177-
CMYK0.750.4700.70
HSL217.24º60.42%18.82%-
HSV(B)217.24º75.32%30.2%-
XYZ2.42.267.33-
YUV38.53149.71114.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 41 (16.41% from 255) = 29.93%
BLUE value IS 77 (30.47% from 255) = 56.20%
R=13.87%
G=29.93%
B=56.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1941770.750.4700.70217.2460.4218.82
Hex13294D4B2F046d93c13
Octal23511151135701063317423
Binary1001110100110011011001011101111010001101101100111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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