Html Css Color HEX #192440 Midnight Express

📋 copy color: '#192440'

red 25 ◦ green 36 ◦ blue 64

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

Shades of Midnight Express #192440

Tints of Midnight Express #192440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.8%

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

R = 20%
G = 28.8%
B = 51.2%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#192440 (or 0x192440) is known color: Midnight Express. HEX triplet: 19, 24 and 40. RGB value is (25,36,64). Sum of RGB (Red+Green+Blue) = 25+36+64=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #192440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192440 is #E6DBBF. Grayscale: #232323. Windows color (decimal): -15129536 or 4203545. OLE color: 4203545.

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

Color convert

RGB 25 36 64 -
CMYK 0.61 0.44 0 0.75
HSL 223.08º 0.44% 0.17% -
HSV(B) 223.08º 0.61% 0.25% -
XYZ 1.96 1.84 5.1 -
YUV 35.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 25 36 64 0.61 0.44 0 0.75 223.08 0.44 0.17
Hex 19 24 40 3D 2C 0 4B DF 2C 11
Octal 31 44 100 75 54 0 113 337 54 21
Binary 11001 100100 1000000 111101 101100 0 1001011 11011111 101100 10001

Color Harmonies of #192440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192440

Black with #192440

Text Example


Text Example

White with #192440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192440; }

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

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

background-color css

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

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

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

border-color css

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

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

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