Html Css Color HEX #161D49 Midnight Express

📋 copy color: '#161D49'

red 22 ◦ green 29 ◦ blue 73

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

Shades of Midnight Express #161D49

Tints of Midnight Express #161D49

RGB

 RED value IS 22 (8.98% from 255) = 17.74%

 GREEN value IS 29 (11.72% from 255) = 23.39%

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

R = 17.74%
G = 23.39%
B = 58.87%

CMYK

 C value IS 0.70

 M value IS 0.60

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#161D49 (or 0x161D49) is known color: Midnight Express. HEX triplet: 16, 1D and 49. RGB value is (22,29,73). Sum of RGB (Red+Green+Blue) = 22+29+73=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #161D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161D49 is #E9E2B6. Grayscale: #1F1F1F. Windows color (decimal): -15327927 or 4791574. OLE color: 4791574.

HSL color Cylindrical-coordinate representation of color #161D49: hue angle of 231.76º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #161D49 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 22 29 73 -
CMYK 0.70 0.60 0 0.71
HSL 231.76º 0.54% 0.19% -
HSV(B) 231.76º 0.7% 0.29% -
XYZ 1.97 1.53 6.49 -
YUV 31.92 151.18 120.92 -
System Red Green Blue C M Y K H S L
Decimal 22 29 73 0.70 0.60 0 0.71 231.76 0.54 0.19
Hex 16 1D 49 46 3C 0 47 E8 36 13
Octal 26 35 111 106 74 0 107 350 66 23
Binary 10110 11101 1001001 1000110 111100 0 1000111 11101000 110110 10011

Color Harmonies of #161D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161D49

Black with #161D49

Text Example


Text Example

White with #161D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161D49; }

 p { color: rgb(22,29,73); }

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

background-color css

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

 a { background-color: rgb(22,29,73); }

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

border-color css

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

 span { border-color: rgb(22,29,73); }

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