#19304D

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

Shades of Midnight #19304D

Tints of Midnight #19304D

Color information

#19304D (or 0x19304D) is unknown color: approx Midnight. HEX triplet: 19, 30 and 4D. RGB value is (25,48,77). Sum of RGB (Red+Green+Blue) = 25+48+77=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #19304D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19304D is #E6CFB2. Grayscale: #2C2C2C. Windows color (decimal): -15126451 or 5058585. OLE color: 5058585.

HSL color Cylindrical-coordinate representation of color #19304D: hue angle of 213.46º 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 #19304D is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB254877-
CMYK0.680.3800.70
HSL213.46º50.98%20%-
HSV(B)213.46º67.53%30.2%-
XYZ2.82.867.43-
YUV44.43146.38114.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.67%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 77 (30.47% from 255) = 51.33%
R=16.67%
G=32%
B=51.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2548770.680.3800.70213.4650.9820
Hex19304D4426046d53314
Octal31601151044601063256324
Binary1100111000010011011000100100110010001101101010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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