Html Css Color HEX #141F41 Midnight Express

📋 copy color: '#141F41'

red 20 ◦ green 31 ◦ blue 65

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

Shades of Midnight Express #141F41

Tints of Midnight Express #141F41

RGB

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

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

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

R = 17.24%
G = 26.72%
B = 56.03%

CMYK

 C value IS 0.69

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#141F41 (or 0x141F41) is known color: Midnight Express. HEX triplet: 14, 1F and 41. RGB value is (20,31,65). Sum of RGB (Red+Green+Blue) = 20+31+65=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #141F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F41 is #EBE0BE. Grayscale: #1F1F1F. Windows color (decimal): -15458495 or 4267796. OLE color: 4267796.

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

Color convert

RGB 20 31 65 -
CMYK 0.69 0.52 0 0.75
HSL 225.33º 0.53% 0.17% -
HSV(B) 225.33º 0.69% 0.25% -
XYZ 1.73 1.51 5.2 -
YUV 31.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 20 31 65 0.69 0.52 0 0.75 225.33 0.53 0.17
Hex 14 1F 41 45 34 0 4B E1 35 11
Octal 24 37 101 105 64 0 113 341 65 21
Binary 10100 11111 1000001 1000101 110100 0 1001011 11100001 110101 10001

Color Harmonies of #141F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141F41

Black with #141F41

Text Example


Text Example

White with #141F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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