Html Css Color HEX #14204B Midnight Express

📋 copy color: '#14204B'

red 20 ◦ green 32 ◦ blue 75

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

Shades of Midnight Express #14204B

Tints of Midnight Express #14204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.2%

 BLUE value IS 75 (29.69% from 255) = 59.06%

R = 15.75%
G = 25.2%
B = 59.06%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#14204B (or 0x14204B) is known color: Midnight Express. HEX triplet: 14, 20 and 4B. RGB value is (20,32,75). Sum of RGB (Red+Green+Blue) = 20+32+75=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 75 (29.69% from 255 or 59.06% from 127); Max value from RGB is 75 - color contains mainly: blue. Hex color #14204B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14204B is #EBDFB4. Grayscale: #212121. Windows color (decimal): -15458229 or 4923412. OLE color: 4923412.

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

Color convert

RGB 20 32 75 -
CMYK 0.73 0.57 0 0.71
HSL 226.91º 0.58% 0.19% -
HSV(B) 226.91º 0.73% 0.29% -
XYZ 2.08 1.69 6.87 -
YUV 33.31 151.52 118.5 -
System Red Green Blue C M Y K H S L
Decimal 20 32 75 0.73 0.57 0 0.71 226.91 0.58 0.19
Hex 14 20 4B 49 39 0 47 E3 3A 13
Octal 24 40 113 111 71 0 107 343 72 23
Binary 10100 100000 1001011 1001001 111001 0 1000111 11100011 111010 10011

Color Harmonies of #14204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14204B

Black with #14204B

Text Example


Text Example

White with #14204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14204B; }

 p { color: rgb(20,32,75); }

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

background-color css

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

 a { background-color: rgb(20,32,75); }

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

border-color css

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

 span { border-color: rgb(20,32,75); }

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