#19293D

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

Shades of Midnight #19293D

Tints of Midnight #19293D

Color information

#19293D (or 0x19293D) is unknown color: approx Midnight. HEX triplet: 19, 29 and 3D. RGB value is (25,41,61). Sum of RGB (Red+Green+Blue) = 25+41+61=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #19293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19293D is #E6D6C2. Grayscale: #262626. Windows color (decimal): -15128259 or 4008217. OLE color: 4008217.

HSL color Cylindrical-coordinate representation of color #19293D: hue angle of 213.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #19293D is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB254161-
CMYK0.590.3300.76
HSL213.33º41.86%16.86%-
HSV(B)213.33º59.02%23.92%-
XYZ2.042.134.72-
YUV38.5140.7118.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.69%
GREEN value IS 41 (16.41% from 255) = 32.28%
BLUE value IS 61 (24.22% from 255) = 48.03%
R=19.69%
G=32.28%
B=48.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2541610.590.3300.76213.3341.8616.86
Hex19293D3B2104Cd52a11
Octal315175734101143255221
Binary11001101001111101111011100001010011001101010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,41,61); }

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

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

 a { background-color: rgb(25,41,61); }

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

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

 span { border-color: rgb(25,41,61); }

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