Html Css Color HEX #191F49 Midnight Express

📋 copy color: '#191F49'

red 25 ◦ green 31 ◦ blue 73

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

Shades of Midnight Express #191F49

Tints of Midnight Express #191F49

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.03%

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

R = 19.38%
G = 24.03%
B = 56.59%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#191F49 (or 0x191F49) is known color: Midnight Express. HEX triplet: 19, 1F and 49. RGB value is (25,31,73). Sum of RGB (Red+Green+Blue) = 25+31+73=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 73 (28.91% from 255 or 56.59% from 129); Max value from RGB is 73 - color contains mainly: blue. Hex color #191F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191F49 is #E6E0B6. Grayscale: #212121. Windows color (decimal): -15130807 or 4792089. OLE color: 4792089.

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

Color convert

RGB 25 31 73 -
CMYK 0.66 0.58 0 0.71
HSL 232.5º 0.49% 0.19% -
HSV(B) 232.5º 0.66% 0.29% -
XYZ 2.09 1.67 6.51 -
YUV 33.99 150.01 121.58 -
System Red Green Blue C M Y K H S L
Decimal 25 31 73 0.66 0.58 0 0.71 232.5 0.49 0.19
Hex 19 1F 49 42 3A 0 47 E8 31 13
Octal 31 37 111 102 72 0 107 350 61 23
Binary 11001 11111 1001001 1000010 111010 0 1000111 11101000 110001 10011

Color Harmonies of #191F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191F49

Black with #191F49

Text Example


Text Example

White with #191F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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