Html Css Color HEX #19293D Midnight

📋 copy color: '#19293D'

red 25 ◦ green 41 ◦ blue 61

#19293D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight #19293D

Tints of Midnight #19293D

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 value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19293D (or 0x19293D) is known color: 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

RGB 25 41 61 -
CMYK 0.59 0.33 0 0.76
HSL 213.33º 0.42% 0.17% -
HSV(B) 213.33º 0.59% 0.24% -
XYZ 2.04 2.13 4.72 -
YUV 38.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 25 41 61 0.59 0.33 0 0.76 213.33 0.42 0.17
Hex 19 29 3D 3B 21 0 4C D5 2A 11
Octal 31 51 75 73 41 0 114 325 52 21
Binary 11001 101001 111101 111011 100001 0 1001100 11010101 101010 10001

Color Harmonies of #19293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19293D

Black with #19293D

Text Example


Text Example

White with #19293D

Text Example


Text Example

HTML Codes & Css Web 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>