Html Css Color HEX #14194E Midnight Express

📋 copy color: '#14194E'

red 20 ◦ green 25 ◦ blue 78

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

Shades of Midnight Express #14194E

Tints of Midnight Express #14194E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.33%

 BLUE value IS 78 (30.86% from 255) = 63.41%

R = 16.26%
G = 20.33%
B = 63.41%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#14194E (or 0x14194E) is known color: Midnight Express. HEX triplet: 14, 19 and 4E. RGB value is (20,25,78). Sum of RGB (Red+Green+Blue) = 20+25+78=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 78 (30.86% from 255 or 63.41% from 123); Max value from RGB is 78 - color contains mainly: blue. Hex color #14194E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14194E is #EBE6B1. Grayscale: #1D1D1D. Windows color (decimal): -15460018 or 5118228. OLE color: 5118228.

HSL color Cylindrical-coordinate representation of color #14194E: hue angle of 234.83º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14194E is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 25 78 -
CMYK 0.74 0.68 0 0.69
HSL 234.83º 0.59% 0.19% -
HSV(B) 234.83º 0.74% 0.31% -
XYZ 2.01 1.39 7.37 -
YUV 29.55 155.34 121.19 -
System Red Green Blue C M Y K H S L
Decimal 20 25 78 0.74 0.68 0 0.69 234.83 0.59 0.19
Hex 14 19 4E 4A 44 0 45 EB 3B 13
Octal 24 31 116 112 104 0 105 353 73 23
Binary 10100 11001 1001110 1001010 1000100 0 1000101 11101011 111011 10011

Color Harmonies of #14194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14194E

Black with #14194E

Text Example


Text Example

White with #14194E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,25,78); }

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

background-color css

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

 a { background-color: rgb(20,25,78); }

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

border-color css

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

 span { border-color: rgb(20,25,78); }

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