Html Css Color HEX #192340 Midnight Express

📋 copy color: '#192340'

red 25 ◦ green 35 ◦ blue 64

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

Shades of Midnight Express #192340

Tints of Midnight Express #192340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.23%

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

R = 20.16%
G = 28.23%
B = 51.61%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#192340 (or 0x192340) is known color: Midnight Express. HEX triplet: 19, 23 and 40. RGB value is (25,35,64). Sum of RGB (Red+Green+Blue) = 25+35+64=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #192340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192340 is #E6DCBF. Grayscale: #232323. Windows color (decimal): -15129792 or 4203289. OLE color: 4203289.

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

Color convert

RGB 25 35 64 -
CMYK 0.61 0.45 0 0.75
HSL 224.62º 0.44% 0.17% -
HSV(B) 224.62º 0.61% 0.25% -
XYZ 1.93 1.78 5.09 -
YUV 35.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 25 35 64 0.61 0.45 0 0.75 224.62 0.44 0.17
Hex 19 23 40 3D 2D 0 4B E1 2C 11
Octal 31 43 100 75 55 0 113 341 54 21
Binary 11001 100011 1000000 111101 101101 0 1001011 11100001 101100 10001

Color Harmonies of #192340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192340

Black with #192340

Text Example


Text Example

White with #192340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192340; }

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

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

background-color css

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

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

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

border-color css

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

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

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