Html Css Color HEX #14173E Midnight Express

📋 copy color: '#14173E'

red 20 ◦ green 23 ◦ blue 62

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

Shades of Midnight Express #14173E

Tints of Midnight Express #14173E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 59.05%

R = 19.05%
G = 21.9%
B = 59.05%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#14173E (or 0x14173E) is known color: Midnight Express. HEX triplet: 14, 17 and 3E. RGB value is (20,23,62). Sum of RGB (Red+Green+Blue) = 20+23+62=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 62 (24.61% from 255 or 59.05% from 105); Max value from RGB is 62 - color contains mainly: blue. Hex color #14173E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14173E is #EBE8C1. Grayscale: #1A1A1A. Windows color (decimal): -15460546 or 4069140. OLE color: 4069140.

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

Color convert

RGB 20 23 62 -
CMYK 0.68 0.63 0 0.76
HSL 235.71º 0.51% 0.16% -
HSV(B) 235.71º 0.68% 0.24% -
XYZ 1.46 1.11 4.69 -
YUV 26.55 148.01 123.33 -
System Red Green Blue C M Y K H S L
Decimal 20 23 62 0.68 0.63 0 0.76 235.71 0.51 0.16
Hex 14 17 3E 44 3F 0 4C EC 33 10
Octal 24 27 76 104 77 0 114 354 63 20
Binary 10100 10111 111110 1000100 111111 0 1001100 11101100 110011 10000

Color Harmonies of #14173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14173E

Black with #14173E

Text Example


Text Example

White with #14173E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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