Html Css Color HEX #14274E Midnight Express

📋 copy color: '#14274E'

red 20 ◦ green 39 ◦ blue 78

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

Shades of Midnight Express #14274E

Tints of Midnight Express #14274E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.47%

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

R = 14.6%
G = 28.47%
B = 56.93%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#14274E (or 0x14274E) is known color: Midnight Express. HEX triplet: 14, 27 and 4E. RGB value is (20,39,78). Sum of RGB (Red+Green+Blue) = 20+39+78=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 78 (30.86% from 255 or 56.93% from 137); Max value from RGB is 78 - color contains mainly: blue. Hex color #14274E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14274E is #EBD8B1. Grayscale: #252525. Windows color (decimal): -15456434 or 5121812. OLE color: 5121812.

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

Color convert

RGB 20 39 78 -
CMYK 0.74 0.50 0 0.69
HSL 220.34º 0.59% 0.19% -
HSV(B) 220.34º 0.74% 0.31% -
XYZ 2.39 2.15 7.5 -
YUV 37.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 20 39 78 0.74 0.50 0 0.69 220.34 0.59 0.19
Hex 14 27 4E 4A 32 0 45 DC 3B 13
Octal 24 47 116 112 62 0 105 334 73 23
Binary 10100 100111 1001110 1001010 110010 0 1000101 11011100 111011 10011

Color Harmonies of #14274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14274E

Black with #14274E

Text Example


Text Example

White with #14274E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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