Html Css Color HEX #192141 Midnight Express

📋 copy color: '#192141'

red 25 ◦ green 33 ◦ blue 65

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

Shades of Midnight Express #192141

Tints of Midnight Express #192141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 52.85%

R = 20.33%
G = 26.83%
B = 52.85%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#192141 (or 0x192141) is known color: Midnight Express. HEX triplet: 19, 21 and 41. RGB value is (25,33,65). Sum of RGB (Red+Green+Blue) = 25+33+65=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #192141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192141 is #E6DEBE. Grayscale: #222222. Windows color (decimal): -15130303 or 4268313. OLE color: 4268313.

HSL color Cylindrical-coordinate representation of color #192141: hue angle of 228º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #192141 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 33 65 -
CMYK 0.62 0.49 0 0.75
HSL 228º 0.44% 0.18% -
HSV(B) 228º 0.62% 0.25% -
XYZ 1.9 1.68 5.22 -
YUV 34.26 145.35 121.4 -
System Red Green Blue C M Y K H S L
Decimal 25 33 65 0.62 0.49 0 0.75 228 0.44 0.18
Hex 19 21 41 3E 31 0 4B E4 2C 12
Octal 31 41 101 76 61 0 113 344 54 22
Binary 11001 100001 1000001 111110 110001 0 1001011 11100100 101100 10010

Color Harmonies of #192141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192141

Black with #192141

Text Example


Text Example

White with #192141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192141; }

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

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

background-color css

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

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

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

border-color css

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

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

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