Html Css Color HEX #192040 Midnight Express

📋 copy color: '#192040'

red 25 ◦ green 32 ◦ blue 64

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

Shades of Midnight Express #192040

Tints of Midnight Express #192040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.45%

 BLUE value IS 64 (25.39% from 255) = 52.89%

R = 20.66%
G = 26.45%
B = 52.89%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#192040 (or 0x192040) is known color: Midnight Express. HEX triplet: 19, 20 and 40. RGB value is (25,32,64). Sum of RGB (Red+Green+Blue) = 25+32+64=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #192040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192040 is #E6DFBF. Grayscale: #212121. Windows color (decimal): -15130560 or 4202521. OLE color: 4202521.

HSL color Cylindrical-coordinate representation of color #192040: hue angle of 229.23º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #192040 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 32 64 -
CMYK 0.61 0.50 0 0.75
HSL 229.23º 0.44% 0.17% -
HSV(B) 229.23º 0.61% 0.25% -
XYZ 1.84 1.61 5.06 -
YUV 33.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 25 32 64 0.61 0.50 0 0.75 229.23 0.44 0.17
Hex 19 20 40 3D 32 0 4B E5 2C 11
Octal 31 40 100 75 62 0 113 345 54 21
Binary 11001 100000 1000000 111101 110010 0 1001011 11100101 101100 10001

Color Harmonies of #192040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192040

Black with #192040

Text Example


Text Example

White with #192040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192040; }

 p { color: rgb(25,32,64); }

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

background-color css

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

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

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

border-color css

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

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

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