Html Css Color HEX #161B41 Midnight Express

📋 copy color: '#161B41'

red 22 ◦ green 27 ◦ blue 65

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

Shades of Midnight Express #161B41

Tints of Midnight Express #161B41

RGB

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

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

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

R = 19.3%
G = 23.68%
B = 57.02%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#161B41 (or 0x161B41) is known color: Midnight Express. HEX triplet: 16, 1B and 41. RGB value is (22,27,65). Sum of RGB (Red+Green+Blue) = 22+27+65=114 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.30% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 65 (25.78% from 255 or 57.02% from 114); Max value from RGB is 65 - color contains mainly: blue. Hex color #161B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161B41 is #E9E4BE. Grayscale: #1D1D1D. Windows color (decimal): -15328447 or 4266774. OLE color: 4266774.

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

Color convert

RGB 22 27 65 -
CMYK 0.66 0.58 0 0.75
HSL 233.02º 0.49% 0.17% -
HSV(B) 233.02º 0.66% 0.25% -
XYZ 1.68 1.34 5.17 -
YUV 29.84 147.84 122.41 -
System Red Green Blue C M Y K H S L
Decimal 22 27 65 0.66 0.58 0 0.75 233.02 0.49 0.17
Hex 16 1B 41 42 3A 0 4B E9 31 11
Octal 26 33 101 102 72 0 113 351 61 21
Binary 10110 11011 1000001 1000010 111010 0 1001011 11101001 110001 10001

Color Harmonies of #161B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161B41

Black with #161B41

Text Example


Text Example

White with #161B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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