Html Css Color HEX #192540 Midnight Express

📋 copy color: '#192540'

red 25 ◦ green 37 ◦ blue 64

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

Shades of Midnight Express #192540

Tints of Midnight Express #192540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.37%

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

R = 19.84%
G = 29.37%
B = 50.79%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#192540 (or 0x192540) is known color: Midnight Express. HEX triplet: 19, 25 and 40. RGB value is (25,37,64). Sum of RGB (Red+Green+Blue) = 25+37+64=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #192540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192540 is #E6DABF. Grayscale: #242424. Windows color (decimal): -15129280 or 4203801. OLE color: 4203801.

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

Color convert

RGB 25 37 64 -
CMYK 0.61 0.42 0 0.75
HSL 221.54º 0.44% 0.17% -
HSV(B) 221.54º 0.61% 0.25% -
XYZ 1.99 1.9 5.11 -
YUV 36.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 25 37 64 0.61 0.42 0 0.75 221.54 0.44 0.17
Hex 19 25 40 3D 2A 0 4B DE 2C 11
Octal 31 45 100 75 52 0 113 336 54 21
Binary 11001 100101 1000000 111101 101010 0 1001011 11011110 101100 10001

Color Harmonies of #192540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192540

Black with #192540

Text Example


Text Example

White with #192540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192540; }

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

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

background-color css

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

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

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

border-color css

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

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

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