Html Css Color HEX #141D41 Midnight Express

📋 copy color: '#141D41'

red 20 ◦ green 29 ◦ blue 65

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

Shades of Midnight Express #141D41

Tints of Midnight Express #141D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 57.02%

R = 17.54%
G = 25.44%
B = 57.02%

CMYK

 C value IS 0.69

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#141D41 (or 0x141D41) is known color: Midnight Express. HEX triplet: 14, 1D and 41. RGB value is (20,29,65). Sum of RGB (Red+Green+Blue) = 20+29+65=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 65 (25.78% from 255 or 57.02% from 114); Max value from RGB is 65 - color contains mainly: blue. Hex color #141D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D41 is #EBE2BE. Grayscale: #1E1E1E. Windows color (decimal): -15459007 or 4267284. OLE color: 4267284.

HSL color Cylindrical-coordinate representation of color #141D41: hue angle of 228º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #141D41 is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 29 65 -
CMYK 0.69 0.55 0 0.75
HSL 228º 0.53% 0.17% -
HSV(B) 228º 0.69% 0.25% -
XYZ 1.68 1.41 5.18 -
YUV 30.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 20 29 65 0.69 0.55 0 0.75 228 0.53 0.17
Hex 14 1D 41 45 37 0 4B E4 35 11
Octal 24 35 101 105 67 0 113 344 65 21
Binary 10100 11101 1000001 1000101 110111 0 1001011 11100100 110101 10001

Color Harmonies of #141D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D41

Black with #141D41

Text Example


Text Example

White with #141D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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