Html Css Color HEX #14164A Midnight Express

📋 copy color: '#14164A'

red 20 ◦ green 22 ◦ blue 74

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

Shades of Midnight Express #14164A

Tints of Midnight Express #14164A

RGB

 RED value IS 20 (8.2% from 255) = 17.24%

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

 BLUE value IS 74 (29.3% from 255) = 63.79%

R = 17.24%
G = 18.97%
B = 63.79%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#14164A (or 0x14164A) is known color: Midnight Express. HEX triplet: 14, 16 and 4A. RGB value is (20,22,74). Sum of RGB (Red+Green+Blue) = 20+22+74=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 74 (29.30% from 255 or 63.79% from 116); Max value from RGB is 74 - color contains mainly: blue. Hex color #14164A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14164A is #EBE9B5. Grayscale: #1B1B1B. Windows color (decimal): -15460790 or 4855316. OLE color: 4855316.

HSL color Cylindrical-coordinate representation of color #14164A: hue angle of 237.78º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #14164A is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 22 74 -
CMYK 0.73 0.70 0 0.71
HSL 237.78º 0.57% 0.18% -
HSV(B) 237.78º 0.73% 0.29% -
XYZ 1.81 1.22 6.62 -
YUV 27.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 20 22 74 0.73 0.70 0 0.71 237.78 0.57 0.18
Hex 14 16 4A 49 46 0 47 EE 39 12
Octal 24 26 112 111 106 0 107 356 71 22
Binary 10100 10110 1001010 1001001 1000110 0 1000111 11101110 111001 10010

Color Harmonies of #14164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14164A

Black with #14164A

Text Example


Text Example

White with #14164A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14164A; }

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

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

background-color css

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

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

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

border-color css

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

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

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