Html Css Color HEX #14244E Midnight Express

📋 copy color: '#14244E'

red 20 ◦ green 36 ◦ blue 78

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

Shades of Midnight Express #14244E

Tints of Midnight Express #14244E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.87%

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

R = 14.93%
G = 26.87%
B = 58.21%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#14244E (or 0x14244E) is known color: Midnight Express. HEX triplet: 14, 24 and 4E. RGB value is (20,36,78). Sum of RGB (Red+Green+Blue) = 20+36+78=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 78 (30.86% from 255 or 58.21% from 134); Max value from RGB is 78 - color contains mainly: blue. Hex color #14244E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14244E is #EBDBB1. Grayscale: #232323. Windows color (decimal): -15457202 or 5121044. OLE color: 5121044.

HSL color Cylindrical-coordinate representation of color #14244E: hue angle of 223.45º 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 #14244E is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 36 78 -
CMYK 0.74 0.54 0 0.69
HSL 223.45º 0.59% 0.19% -
HSV(B) 223.45º 0.74% 0.31% -
XYZ 2.29 1.96 7.47 -
YUV 36 151.7 116.58 -
System Red Green Blue C M Y K H S L
Decimal 20 36 78 0.74 0.54 0 0.69 223.45 0.59 0.19
Hex 14 24 4E 4A 36 0 45 DF 3B 13
Octal 24 44 116 112 66 0 105 337 73 23
Binary 10100 100100 1001110 1001010 110110 0 1000101 11011111 111011 10011

Color Harmonies of #14244E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14244E

Black with #14244E

Text Example


Text Example

White with #14244E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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