Html Css Color HEX #19193B Midnight Express

📋 copy color: '#19193B'

red 25 ◦ green 25 ◦ blue 59

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

Shades of Midnight Express #19193B

Tints of Midnight Express #19193B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.94%

 BLUE value IS 59 (23.44% from 255) = 54.13%

R = 22.94%
G = 22.94%
B = 54.13%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#19193B (or 0x19193B) is known color: Midnight Express. HEX triplet: 19, 19 and 3B. RGB value is (25,25,59). Sum of RGB (Red+Green+Blue) = 25+25+59=109 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.94% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 59 (23.44% from 255 or 54.13% from 109); Max value from RGB is 59 - color contains mainly: blue. Hex color #19193B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19193B is #E6E6C4. Grayscale: #1C1C1C. Windows color (decimal): -15132357 or 3873049. OLE color: 3873049.

HSL color Cylindrical-coordinate representation of color #19193B: hue angle of 240º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #19193B is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 25 25 59 -
CMYK 0.58 0.58 0 0.77
HSL 240º 0.4% 0.16% -
HSV(B) 240º 0.58% 0.23% -
XYZ 1.54 1.22 4.29 -
YUV 28.88 145 125.24 -
System Red Green Blue C M Y K H S L
Decimal 25 25 59 0.58 0.58 0 0.77 240 0.4 0.16
Hex 19 19 3B 3A 3A 0 4D F0 28 10
Octal 31 31 73 72 72 0 115 360 50 20
Binary 11001 11001 111011 111010 111010 0 1001101 11110000 101000 10000

Color Harmonies of #19193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19193B

Black with #19193B

Text Example


Text Example

White with #19193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19193B; }

 p { color: rgb(25,25,59); }

 H1.HeaderClassName
 {
   color: #19193B;
 }
 .AnyTagClassName
 {
   color: #19193B;
 }
</style>

background-color css

<style>
 a { background-color: #19193B; }

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

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

border-color css

<style>
 span { border-color: #19193B; }

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

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