Html Css Color HEX #161441 Midnight Express

📋 copy color: '#161441'

red 22 ◦ green 20 ◦ blue 65

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

Shades of Midnight Express #161441

Tints of Midnight Express #161441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.69%

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

R = 20.56%
G = 18.69%
B = 60.75%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#161441 (or 0x161441) is known color: Midnight Express. HEX triplet: 16, 14 and 41. RGB value is (22,20,65). Sum of RGB (Red+Green+Blue) = 22+20+65=107 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.56% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 65 (25.78% from 255 or 60.75% from 107); Max value from RGB is 65 - color contains mainly: blue. Hex color #161441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161441 is #E9EBBE. Grayscale: #191919. Windows color (decimal): -15330239 or 4264982. OLE color: 4264982.

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

Color convert

RGB 22 20 65 -
CMYK 0.66 0.69 0 0.75
HSL 242.67º 0.53% 0.17% -
HSV(B) 242.67º 0.69% 0.25% -
XYZ 1.54 1.05 5.12 -
YUV 25.73 150.16 125.34 -
System Red Green Blue C M Y K H S L
Decimal 22 20 65 0.66 0.69 0 0.75 242.67 0.53 0.17
Hex 16 14 41 42 45 0 4B F3 35 11
Octal 26 24 101 102 105 0 113 363 65 21
Binary 10110 10100 1000001 1000010 1000101 0 1001011 11110011 110101 10001

Color Harmonies of #161441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161441

Black with #161441

Text Example


Text Example

White with #161441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161441; }

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

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

background-color css

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

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

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

border-color css

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

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

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