Html Css Color HEX #192140 Midnight Express

📋 copy color: '#192140'

red 25 ◦ green 33 ◦ blue 64

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

Shades of Midnight Express #192140

Tints of Midnight Express #192140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.05%

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

R = 20.49%
G = 27.05%
B = 52.46%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#192140 (or 0x192140) is known color: Midnight Express. HEX triplet: 19, 21 and 40. RGB value is (25,33,64). Sum of RGB (Red+Green+Blue) = 25+33+64=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #192140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192140 is #E6DEBF. Grayscale: #222222. Windows color (decimal): -15130304 or 4202777. OLE color: 4202777.

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

Color convert

RGB 25 33 64 -
CMYK 0.61 0.48 0 0.75
HSL 227.69º 0.44% 0.17% -
HSV(B) 227.69º 0.61% 0.25% -
XYZ 1.87 1.66 5.07 -
YUV 34.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 25 33 64 0.61 0.48 0 0.75 227.69 0.44 0.17
Hex 19 21 40 3D 30 0 4B E4 2C 11
Octal 31 41 100 75 60 0 113 344 54 21
Binary 11001 100001 1000000 111101 110000 0 1001011 11100100 101100 10001

Color Harmonies of #192140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192140

Black with #192140

Text Example


Text Example

White with #192140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192140; }

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

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

background-color css

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

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

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

border-color css

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

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

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