Html Css Color HEX #14214D Midnight Express

📋 copy color: '#14214D'

red 20 ◦ green 33 ◦ blue 77

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

Shades of Midnight Express #14214D

Tints of Midnight Express #14214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.38%

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

R = 15.38%
G = 25.38%
B = 59.23%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14214D (or 0x14214D) is known color: Midnight Express. HEX triplet: 14, 21 and 4D. RGB value is (20,33,77). Sum of RGB (Red+Green+Blue) = 20+33+77=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #14214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14214D is #EBDEB2. Grayscale: #212121. Windows color (decimal): -15457971 or 5054740. OLE color: 5054740.

HSL color Cylindrical-coordinate representation of color #14214D: hue angle of 226.32º 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 #14214D is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 33 77 -
CMYK 0.74 0.57 0 0.70
HSL 226.32º 0.59% 0.19% -
HSV(B) 226.32º 0.74% 0.3% -
XYZ 2.17 1.77 7.25 -
YUV 34.13 152.19 117.92 -
System Red Green Blue C M Y K H S L
Decimal 20 33 77 0.74 0.57 0 0.70 226.32 0.59 0.19
Hex 14 21 4D 4A 39 0 46 E2 3B 13
Octal 24 41 115 112 71 0 106 342 73 23
Binary 10100 100001 1001101 1001010 111001 0 1000110 11100010 111011 10011

Color Harmonies of #14214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14214D

Black with #14214D

Text Example


Text Example

White with #14214D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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