Html Css Color HEX #161935 Midnight Express

📋 copy color: '#161935'

red 22 ◦ green 25 ◦ blue 53

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

Shades of Midnight Express #161935

Tints of Midnight Express #161935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25%

 BLUE value IS 53 (21.09% from 255) = 53%

R = 22%
G = 25%
B = 53%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#161935 (or 0x161935) is known color: Midnight Express. HEX triplet: 16, 19 and 35. RGB value is (22,25,53). Sum of RGB (Red+Green+Blue) = 22+25+53=100 (13% of max value = 765). Red value is 22 (8.98% from 255 or 22% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 53 (21.09% from 255 or 53% from 100); Max value from RGB is 53 - color contains mainly: blue. Hex color #161935 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161935 is #E9E6CA. Grayscale: #1B1B1B. Windows color (decimal): -15328971 or 3479830. OLE color: 3479830.

HSL color Cylindrical-coordinate representation of color #161935: hue angle of 234.19º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #161935 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 22 25 53 -
CMYK 0.58 0.53 0 0.79
HSL 234.19º 0.41% 0.15% -
HSV(B) 234.19º 0.58% 0.21% -
XYZ 1.32 1.12 3.52 -
YUV 27.3 142.51 124.22 -
System Red Green Blue C M Y K H S L
Decimal 22 25 53 0.58 0.53 0 0.79 234.19 0.41 0.15
Hex 16 19 35 3A 35 0 4F EA 29 F
Octal 26 31 65 72 65 0 117 352 51 17
Binary 10110 11001 110101 111010 110101 0 1001111 11101010 101001 1111

Color Harmonies of #161935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161935

Black with #161935

Text Example


Text Example

White with #161935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161935; }

 p { color: rgb(22,25,53); }

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

background-color css

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

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

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

border-color css

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

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

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