Html Css Color HEX #141D37 Midnight Express

📋 copy color: '#141D37'

red 20 ◦ green 29 ◦ blue 55

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

Shades of Midnight Express #141D37

Tints of Midnight Express #141D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 52.88%

R = 19.23%
G = 27.88%
B = 52.88%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#141D37 (or 0x141D37) is known color: Midnight Express. HEX triplet: 14, 1D and 37. RGB value is (20,29,55). Sum of RGB (Red+Green+Blue) = 20+29+55=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 55 (21.88% from 255 or 52.88% from 104); Max value from RGB is 55 - color contains mainly: blue. Hex color #141D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D37 is #EBE2C8. Grayscale: #1D1D1D. Windows color (decimal): -15459017 or 3611924. OLE color: 3611924.

HSL color Cylindrical-coordinate representation of color #141D37: hue angle of 224.57º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #141D37 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 29 55 -
CMYK 0.64 0.47 0 0.78
HSL 224.57º 0.47% 0.15% -
HSV(B) 224.57º 0.64% 0.22% -
XYZ 1.42 1.3 3.79 -
YUV 29.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 20 29 55 0.64 0.47 0 0.78 224.57 0.47 0.15
Hex 14 1D 37 40 2F 0 4E E1 2F F
Octal 24 35 67 100 57 0 116 341 57 17
Binary 10100 11101 110111 1000000 101111 0 1001110 11100001 101111 1111

Color Harmonies of #141D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D37

Black with #141D37

Text Example


Text Example

White with #141D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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