Html Css Color HEX #14173D Midnight Express

📋 copy color: '#14173D'

red 20 ◦ green 23 ◦ blue 61

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

Shades of Midnight Express #14173D

Tints of Midnight Express #14173D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 22.12%

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

R = 19.23%
G = 22.12%
B = 58.65%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#14173D (or 0x14173D) is known color: Midnight Express. HEX triplet: 14, 17 and 3D. RGB value is (20,23,61). Sum of RGB (Red+Green+Blue) = 20+23+61=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 61 (24.22% from 255 or 58.65% from 104); Max value from RGB is 61 - color contains mainly: blue. Hex color #14173D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14173D is #EBE8C2. Grayscale: #1A1A1A. Windows color (decimal): -15460547 or 4003604. OLE color: 4003604.

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

Color convert

RGB 20 23 61 -
CMYK 0.67 0.62 0 0.76
HSL 235.61º 0.51% 0.16% -
HSV(B) 235.61º 0.67% 0.24% -
XYZ 1.44 1.1 4.55 -
YUV 26.44 147.51 123.41 -
System Red Green Blue C M Y K H S L
Decimal 20 23 61 0.67 0.62 0 0.76 235.61 0.51 0.16
Hex 14 17 3D 43 3E 0 4C EC 33 10
Octal 24 27 75 103 76 0 114 354 63 20
Binary 10100 10111 111101 1000011 111110 0 1001100 11101100 110011 10000

Color Harmonies of #14173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14173D

Black with #14173D

Text Example


Text Example

White with #14173D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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