Html Css Color HEX #141D4E Midnight Express

📋 copy color: '#141D4E'

red 20 ◦ green 29 ◦ blue 78

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

Shades of Midnight Express #141D4E

Tints of Midnight Express #141D4E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.83%

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

R = 15.75%
G = 22.83%
B = 61.42%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#141D4E (or 0x141D4E) is known color: Midnight Express. HEX triplet: 14, 1D and 4E. RGB value is (20,29,78). Sum of RGB (Red+Green+Blue) = 20+29+78=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #141D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D4E is #EBE2B1. Grayscale: #1F1F1F. Windows color (decimal): -15458994 or 5119252. OLE color: 5119252.

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

Color convert

RGB 20 29 78 -
CMYK 0.74 0.63 0 0.69
HSL 230.69º 0.59% 0.19% -
HSV(B) 230.69º 0.74% 0.31% -
XYZ 2.1 1.58 7.4 -
YUV 31.9 154.02 119.52 -
System Red Green Blue C M Y K H S L
Decimal 20 29 78 0.74 0.63 0 0.69 230.69 0.59 0.19
Hex 14 1D 4E 4A 3F 0 45 E7 3B 13
Octal 24 35 116 112 77 0 105 347 73 23
Binary 10100 11101 1001110 1001010 111111 0 1000101 11100111 111011 10011

Color Harmonies of #141D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D4E

Black with #141D4E

Text Example


Text Example

White with #141D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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