#19314F

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

Shades of Midnight #19314F

Tints of Midnight #19314F

Color information

#19314F (or 0x19314F) is unknown color: approx Midnight. HEX triplet: 19, 31 and 4F. RGB value is (25,49,79). Sum of RGB (Red+Green+Blue) = 25+49+79=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 79 (31.25% from 255 or 51.63% from 153); Max value from RGB is 79 - color contains mainly: blue. Hex color #19314F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19314F is #E6CEB0. Grayscale: #2D2D2D. Windows color (decimal): -15126193 or 5189913. OLE color: 5189913.

HSL color Cylindrical-coordinate representation of color #19314F: hue angle of 213.33º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19314F is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB254979-
CMYK0.680.3800.69
HSL213.33º51.92%20.39%-
HSV(B)213.33º68.35%30.98%-
XYZ2.912.977.82-
YUV45.24147.05113.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.34%
GREEN value IS 49 (19.53% from 255) = 32.03%
BLUE value IS 79 (31.25% from 255) = 51.63%
R=16.34%
G=32.03%
B=51.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2549790.680.3800.69213.3351.9220.39
Hex19314F4426045d53414
Octal31611171044601053256424
Binary1100111000110011111000100100110010001011101010111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19314F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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