Html Css Color HEX #141C4E Midnight Express

📋 copy color: '#141C4E'

red 20 ◦ green 28 ◦ blue 78

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

Shades of Midnight Express #141C4E

Tints of Midnight Express #141C4E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.22%

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

R = 15.87%
G = 22.22%
B = 61.9%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#141C4E (or 0x141C4E) is known color: Midnight Express. HEX triplet: 14, 1C and 4E. RGB value is (20,28,78). Sum of RGB (Red+Green+Blue) = 20+28+78=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #141C4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C4E is #EBE3B1. Grayscale: #1F1F1F. Windows color (decimal): -15459250 or 5118996. OLE color: 5118996.

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

Color convert

RGB 20 28 78 -
CMYK 0.74 0.64 0 0.69
HSL 231.72º 0.59% 0.19% -
HSV(B) 231.72º 0.74% 0.31% -
XYZ 2.08 1.53 7.39 -
YUV 31.31 154.35 119.93 -
System Red Green Blue C M Y K H S L
Decimal 20 28 78 0.74 0.64 0 0.69 231.72 0.59 0.19
Hex 14 1C 4E 4A 40 0 45 E8 3B 13
Octal 24 34 116 112 100 0 105 350 73 23
Binary 10100 11100 1001110 1001010 1000000 0 1000101 11101000 111011 10011

Color Harmonies of #141C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141C4E

Black with #141C4E

Text Example


Text Example

White with #141C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141C4E; }

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

 H1.HeaderClassName
 {
   color: #141C4E;
 }
 .AnyTagClassName
 {
   color: #141C4E;
 }
</style>

background-color css

<style>
 a { background-color: #141C4E; }

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

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

border-color css

<style>
 span { border-color: #141C4E; }

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

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