Html Css Color HEX #161641 Midnight Express

📋 copy color: '#161641'

red 22 ◦ green 22 ◦ blue 65

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

Shades of Midnight Express #161641

Tints of Midnight Express #161641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.18%

 BLUE value IS 65 (25.78% from 255) = 59.63%

R = 20.18%
G = 20.18%
B = 59.63%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#161641 (or 0x161641) is known color: Midnight Express. HEX triplet: 16, 16 and 41. RGB value is (22,22,65). Sum of RGB (Red+Green+Blue) = 22+22+65=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #161641 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161641 is #E9E9BE. Grayscale: #1A1A1A. Windows color (decimal): -15329727 or 4265494. OLE color: 4265494.

HSL color Cylindrical-coordinate representation of color #161641: hue angle of 240º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #161641 is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 22 22 65 -
CMYK 0.66 0.66 0 0.75
HSL 240º 0.49% 0.17% -
HSV(B) 240º 0.66% 0.25% -
XYZ 1.57 1.13 5.14 -
YUV 26.9 149.5 124.5 -
System Red Green Blue C M Y K H S L
Decimal 22 22 65 0.66 0.66 0 0.75 240 0.49 0.17
Hex 16 16 41 42 42 0 4B F0 31 11
Octal 26 26 101 102 102 0 113 360 61 21
Binary 10110 10110 1000001 1000010 1000010 0 1001011 11110000 110001 10001

Color Harmonies of #161641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161641

Black with #161641

Text Example


Text Example

White with #161641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161641; }

 p { color: rgb(22,22,65); }

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

background-color css

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

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

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

border-color css

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

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

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