#19314D

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

Shades of Midnight #19314D

Tints of Midnight #19314D

Color information

#19314D (or 0x19314D) is unknown color: approx Midnight. HEX triplet: 19, 31 and 4D. RGB value is (25,49,77). Sum of RGB (Red+Green+Blue) = 25+49+77=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #19314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19314D is #E6CEB2. Grayscale: #2C2C2C. Windows color (decimal): -15126195 or 5058841. OLE color: 5058841.

HSL color Cylindrical-coordinate representation of color #19314D: hue angle of 212.31º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19314D is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB254977-
CMYK0.680.3600.70
HSL212.31º50.98%20%-
HSV(B)212.31º67.53%30.2%-
XYZ2.842.947.44-
YUV45.02146.05113.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.56%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 77 (30.47% from 255) = 50.99%
R=16.56%
G=32.45%
B=50.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2549770.680.3600.70212.3150.9820
Hex19314D4424046d43314
Octal31611151044401063246324
Binary1100111000110011011000100100100010001101101010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,49,77); }

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

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

 a { background-color: rgb(25,49,77); }

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

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

 span { border-color: rgb(25,49,77); }

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