#19304A

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

Shades of Midnight #19304A

Tints of Midnight #19304A

Color information

#19304A (or 0x19304A) is unknown color: approx Midnight. HEX triplet: 19, 30 and 4A. RGB value is (25,48,74). Sum of RGB (Red+Green+Blue) = 25+48+74=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #19304A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19304A is #E6CFB5. Grayscale: #2B2B2B. Windows color (decimal): -15126454 or 4861977. OLE color: 4861977.

HSL color Cylindrical-coordinate representation of color #19304A: hue angle of 211.84º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #19304A is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB254874-
CMYK0.660.3500.71
HSL211.84º49.49%19.41%-
HSV(B)211.84º66.22%29.02%-
XYZ2.692.816.88-
YUV44.09144.88114.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.01%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 74 (29.30% from 255) = 50.34%
R=17.01%
G=32.65%
B=50.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2548740.660.3500.71211.8449.4919.41
Hex19304A4223047d43113
Octal31601121024301073246123
Binary1100111000010010101000010100011010001111101010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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