#19293F

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

Shades of Midnight #19293F

Tints of Midnight #19293F

Color information

#19293F (or 0x19293F) is unknown color: approx Midnight. HEX triplet: 19, 29 and 3F. RGB value is (25,41,63). Sum of RGB (Red+Green+Blue) = 25+41+63=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #19293F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19293F is #E6D6C0. Grayscale: #262626. Windows color (decimal): -15128257 or 4139289. OLE color: 4139289.

HSL color Cylindrical-coordinate representation of color #19293F: hue angle of 214.74º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19293F is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB254163-
CMYK0.600.3500.75
HSL214.74º43.18%17.25%-
HSV(B)214.74º60.32%24.71%-
XYZ2.092.155.01-
YUV38.72141.7118.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.38%
GREEN value IS 41 (16.41% from 255) = 31.78%
BLUE value IS 63 (25% from 255) = 48.84%
R=19.38%
G=31.78%
B=48.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2541630.600.3500.75214.7443.1817.25
Hex19293F3C2304Bd72b11
Octal315177744301133275321
Binary11001101001111111111100100011010010111101011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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