Html Css Color HEX #141F37 Midnight Express

📋 copy color: '#141F37'

red 20 ◦ green 31 ◦ blue 55

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

Shades of Midnight Express #141F37

Tints of Midnight Express #141F37

RGB

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

 GREEN value IS 31 (12.5% from 255) = 29.25%

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

R = 18.87%
G = 29.25%
B = 51.89%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#141F37 (or 0x141F37) is known color: Midnight Express. HEX triplet: 14, 1F and 37. RGB value is (20,31,55). Sum of RGB (Red+Green+Blue) = 20+31+55=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 55 (21.88% from 255 or 51.89% from 106); Max value from RGB is 55 - color contains mainly: blue. Hex color #141F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F37 is #EBE0C8. Grayscale: #1E1E1E. Windows color (decimal): -15458505 or 3612436. OLE color: 3612436.

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

Color convert

RGB 20 31 55 -
CMYK 0.64 0.44 0 0.78
HSL 221.14º 0.47% 0.15% -
HSV(B) 221.14º 0.64% 0.22% -
XYZ 1.47 1.4 3.81 -
YUV 30.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 20 31 55 0.64 0.44 0 0.78 221.14 0.47 0.15
Hex 14 1F 37 40 2C 0 4E DD 2F F
Octal 24 37 67 100 54 0 116 335 57 17
Binary 10100 11111 110111 1000000 101100 0 1001110 11011101 101111 1111

Color Harmonies of #141F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141F37

Black with #141F37

Text Example


Text Example

White with #141F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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