Html Css Color HEX #19293E Midnight

📋 copy color: '#19293E'

red 25 ◦ green 41 ◦ blue 62

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

Shades of Midnight #19293E

Tints of Midnight #19293E

RGB

 RED value IS 25 (10.16% from 255) = 19.53%

 GREEN value IS 41 (16.41% from 255) = 32.03%

 BLUE value IS 62 (24.61% from 255) = 48.44%

R = 19.53%
G = 32.03%
B = 48.44%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19293E (or 0x19293E) is known color: Midnight. HEX triplet: 19, 29 and 3E. RGB value is (25,41,62). Sum of RGB (Red+Green+Blue) = 25+41+62=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 62 (24.61% from 255 or 48.44% from 128); Max value from RGB is 62 - color contains mainly: blue. Hex color #19293E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19293E is #E6D6C1. Grayscale: #262626. Windows color (decimal): -15128258 or 4073753. OLE color: 4073753.

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

Color convert

RGB 25 41 62 -
CMYK 0.60 0.34 0 0.76
HSL 214.05º 0.43% 0.17% -
HSV(B) 214.05º 0.6% 0.24% -
XYZ 2.06 2.14 4.86 -
YUV 38.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 25 41 62 0.60 0.34 0 0.76 214.05 0.43 0.17
Hex 19 29 3E 3C 22 0 4C D6 2B 11
Octal 31 51 76 74 42 0 114 326 53 21
Binary 11001 101001 111110 111100 100010 0 1001100 11010110 101011 10001

Color Harmonies of #19293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19293E

Black with #19293E

Text Example


Text Example

White with #19293E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19293E;
 }
 .AnyTagClassName
 {
   color: #19293E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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