Html Css Color HEX #14224D Midnight Express

📋 copy color: '#14224D'

red 20 ◦ green 34 ◦ blue 77

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

Shades of Midnight Express #14224D

Tints of Midnight Express #14224D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.95%

 BLUE value IS 77 (30.47% from 255) = 58.78%

R = 15.27%
G = 25.95%
B = 58.78%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14224D (or 0x14224D) is known color: Midnight Express. HEX triplet: 14, 22 and 4D. RGB value is (20,34,77). Sum of RGB (Red+Green+Blue) = 20+34+77=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #14224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14224D is #EBDDB2. Grayscale: #222222. Windows color (decimal): -15457715 or 5054996. OLE color: 5054996.

HSL color Cylindrical-coordinate representation of color #14224D: hue angle of 225.26º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14224D is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 34 77 -
CMYK 0.74 0.56 0 0.70
HSL 225.26º 0.59% 0.19% -
HSV(B) 225.26º 0.74% 0.3% -
XYZ 2.2 1.83 7.26 -
YUV 34.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 20 34 77 0.74 0.56 0 0.70 225.26 0.59 0.19
Hex 14 22 4D 4A 38 0 46 E1 3B 13
Octal 24 42 115 112 70 0 106 341 73 23
Binary 10100 100010 1001101 1001010 111000 0 1000110 11100001 111011 10011

Color Harmonies of #14224D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14224D

Black with #14224D

Text Example


Text Example

White with #14224D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14224D; }

 p { color: rgb(20,34,77); }

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

background-color css

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

 a { background-color: rgb(20,34,77); }

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

border-color css

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

 span { border-color: rgb(20,34,77); }

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