Html Css Color HEX #14113D Midnight Express

📋 copy color: '#14113D'

red 20 ◦ green 17 ◦ blue 61

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

Shades of Midnight Express #14113D

Tints of Midnight Express #14113D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.35%

 BLUE value IS 61 (24.22% from 255) = 62.24%

R = 20.41%
G = 17.35%
B = 62.24%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#14113D (or 0x14113D) is known color: Midnight Express. HEX triplet: 14, 11 and 3D. RGB value is (20,17,61). Sum of RGB (Red+Green+Blue) = 20+17+61=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 61 (24.22% from 255 or 62.24% from 98); Max value from RGB is 61 - color contains mainly: blue. Hex color #14113D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14113D is #EBEEC2. Grayscale: #161616. Windows color (decimal): -15462083 or 4002068. OLE color: 4002068.

HSL color Cylindrical-coordinate representation of color #14113D: hue angle of 244.09º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #14113D is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 17 61 -
CMYK 0.67 0.72 0 0.76
HSL 244.09º 0.56% 0.15% -
HSV(B) 244.09º 0.72% 0.24% -
XYZ 1.33 0.89 4.52 -
YUV 22.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 20 17 61 0.67 0.72 0 0.76 244.09 0.56 0.15
Hex 14 11 3D 43 48 0 4C F4 38 F
Octal 24 21 75 103 110 0 114 364 70 17
Binary 10100 10001 111101 1000011 1001000 0 1001100 11110100 111000 1111

Color Harmonies of #14113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14113D

Black with #14113D

Text Example


Text Example

White with #14113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,17,61); }

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

background-color css

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

 a { background-color: rgb(20,17,61); }

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

border-color css

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

 span { border-color: rgb(20,17,61); }

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