Html Css Color HEX #192240 Midnight Express

📋 copy color: '#192240'

red 25 ◦ green 34 ◦ blue 64

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

Shades of Midnight Express #192240

Tints of Midnight Express #192240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.64%

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

R = 20.33%
G = 27.64%
B = 52.03%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#192240 (or 0x192240) is known color: Midnight Express. HEX triplet: 19, 22 and 40. RGB value is (25,34,64). Sum of RGB (Red+Green+Blue) = 25+34+64=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #192240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192240 is #E6DDBF. Grayscale: #222222. Windows color (decimal): -15130048 or 4203033. OLE color: 4203033.

HSL color Cylindrical-coordinate representation of color #192240: hue angle of 226.15º 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 #192240 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 34 64 -
CMYK 0.61 0.47 0 0.75
HSL 226.15º 0.44% 0.17% -
HSV(B) 226.15º 0.61% 0.25% -
XYZ 1.9 1.72 5.08 -
YUV 34.73 144.52 121.06 -
System Red Green Blue C M Y K H S L
Decimal 25 34 64 0.61 0.47 0 0.75 226.15 0.44 0.17
Hex 19 22 40 3D 2F 0 4B E2 2C 11
Octal 31 42 100 75 57 0 113 342 54 21
Binary 11001 100010 1000000 111101 101111 0 1001011 11100010 101100 10001

Color Harmonies of #192240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192240

Black with #192240

Text Example


Text Example

White with #192240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192240; }

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

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

background-color css

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

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

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

border-color css

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

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

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