Html Css Color HEX #192949 Midnight Express

📋 copy color: '#192949'

red 25 ◦ green 41 ◦ blue 73

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

Shades of Midnight Express #192949

Tints of Midnight Express #192949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.5%

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

R = 17.99%
G = 29.5%
B = 52.52%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#192949 (or 0x192949) is known color: Midnight Express. HEX triplet: 19, 29 and 49. RGB value is (25,41,73). Sum of RGB (Red+Green+Blue) = 25+41+73=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #192949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192949 is #E6D6B6. Grayscale: #272727. Windows color (decimal): -15128247 or 4794649. OLE color: 4794649.

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

Color convert

RGB 25 41 73 -
CMYK 0.66 0.44 0 0.71
HSL 220º 0.49% 0.19% -
HSV(B) 220º 0.66% 0.29% -
XYZ 2.4 2.27 6.62 -
YUV 39.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 25 41 73 0.66 0.44 0 0.71 220 0.49 0.19
Hex 19 29 49 42 2C 0 47 DC 31 13
Octal 31 51 111 102 54 0 107 334 61 23
Binary 11001 101001 1001001 1000010 101100 0 1000111 11011100 110001 10011

Color Harmonies of #192949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192949

Black with #192949

Text Example


Text Example

White with #192949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192949; }

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

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

background-color css

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

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

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

border-color css

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

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

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