Html Css Color HEX #19293C Midnight

📋 copy color: '#19293C'

red 25 ◦ green 41 ◦ blue 60

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

Shades of Midnight #19293C

Tints of Midnight #19293C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 47.62%

R = 19.84%
G = 32.54%
B = 47.62%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19293C (or 0x19293C) is known color: Midnight. HEX triplet: 19, 29 and 3C. RGB value is (25,41,60). Sum of RGB (Red+Green+Blue) = 25+41+60=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 60 (23.83% from 255 or 47.62% from 126); Max value from RGB is 60 - color contains mainly: blue. Hex color #19293C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19293C is #E6D6C3. Grayscale: #262626. Windows color (decimal): -15128260 or 3942681. OLE color: 3942681.

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

Color convert

RGB 25 41 60 -
CMYK 0.58 0.32 0 0.76
HSL 212.57º 0.41% 0.17% -
HSV(B) 212.57º 0.58% 0.24% -
XYZ 2.01 2.12 4.58 -
YUV 38.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 25 41 60 0.58 0.32 0 0.76 212.57 0.41 0.17
Hex 19 29 3C 3A 20 0 4C D5 29 11
Octal 31 51 74 72 40 0 114 325 51 21
Binary 11001 101001 111100 111010 100000 0 1001100 11010101 101001 10001

Color Harmonies of #19293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19293C

Black with #19293C

Text Example


Text Example

White with #19293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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