Html Css Color HEX #192149 Midnight Express

📋 copy color: '#192149'

red 25 ◦ green 33 ◦ blue 73

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

Shades of Midnight Express #192149

Tints of Midnight Express #192149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 55.73%

R = 19.08%
G = 25.19%
B = 55.73%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#192149 (or 0x192149) is known color: Midnight Express. HEX triplet: 19, 21 and 49. RGB value is (25,33,73). Sum of RGB (Red+Green+Blue) = 25+33+73=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #192149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192149 is #E6DEB6. Grayscale: #232323. Windows color (decimal): -15130295 or 4792601. OLE color: 4792601.

HSL color Cylindrical-coordinate representation of color #192149: hue angle of 230º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #192149 is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 25 33 73 -
CMYK 0.66 0.55 0 0.71
HSL 230º 0.49% 0.19% -
HSV(B) 230º 0.66% 0.29% -
XYZ 2.15 1.78 6.53 -
YUV 35.17 149.35 120.75 -
System Red Green Blue C M Y K H S L
Decimal 25 33 73 0.66 0.55 0 0.71 230 0.49 0.19
Hex 19 21 49 42 37 0 47 E6 31 13
Octal 31 41 111 102 67 0 107 346 61 23
Binary 11001 100001 1001001 1000010 110111 0 1000111 11100110 110001 10011

Color Harmonies of #192149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192149

Black with #192149

Text Example


Text Example

White with #192149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192149; }

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

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

background-color css

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

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

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

border-color css

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

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

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