Html Css Color HEX #191B49 Midnight Express

📋 copy color: '#191B49'

red 25 ◦ green 27 ◦ blue 73

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

Shades of Midnight Express #191B49

Tints of Midnight Express #191B49

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.6%

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

R = 20%
G = 21.6%
B = 58.4%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#191B49 (or 0x191B49) is known color: Midnight Express. HEX triplet: 19, 1B and 49. RGB value is (25,27,73). Sum of RGB (Red+Green+Blue) = 25+27+73=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #191B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191B49 is #E6E4B6. Grayscale: #1F1F1F. Windows color (decimal): -15131831 or 4791065. OLE color: 4791065.

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

Color convert

RGB 25 27 73 -
CMYK 0.66 0.63 0 0.71
HSL 237.5º 0.49% 0.19% -
HSV(B) 237.5º 0.66% 0.29% -
XYZ 2 1.47 6.48 -
YUV 31.65 151.34 123.26 -
System Red Green Blue C M Y K H S L
Decimal 25 27 73 0.66 0.63 0 0.71 237.5 0.49 0.19
Hex 19 1B 49 42 3F 0 47 EE 31 13
Octal 31 33 111 102 77 0 107 356 61 23
Binary 11001 11011 1001001 1000010 111111 0 1000111 11101110 110001 10011

Color Harmonies of #191B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191B49

Black with #191B49

Text Example


Text Example

White with #191B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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