Html Css Color HEX #141B41 Midnight Express

📋 copy color: '#141B41'

red 20 ◦ green 27 ◦ blue 65

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

Shades of Midnight Express #141B41

Tints of Midnight Express #141B41

RGB

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

 GREEN value IS 27 (10.94% from 255) = 24.11%

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

R = 17.86%
G = 24.11%
B = 58.04%

CMYK

 C value IS 0.69

 M value IS 0.58

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#141B41 (or 0x141B41) is known color: Midnight Express. HEX triplet: 14, 1B and 41. RGB value is (20,27,65). Sum of RGB (Red+Green+Blue) = 20+27+65=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 65 (25.78% from 255 or 58.04% from 112); Max value from RGB is 65 - color contains mainly: blue. Hex color #141B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B41 is #EBE4BE. Grayscale: #1D1D1D. Windows color (decimal): -15459519 or 4266772. OLE color: 4266772.

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

Color convert

RGB 20 27 65 -
CMYK 0.69 0.58 0 0.75
HSL 230.67º 0.53% 0.17% -
HSV(B) 230.67º 0.69% 0.25% -
XYZ 1.63 1.31 5.17 -
YUV 29.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 20 27 65 0.69 0.58 0 0.75 230.67 0.53 0.17
Hex 14 1B 41 45 3A 0 4B E7 35 11
Octal 24 33 101 105 72 0 113 347 65 21
Binary 10100 11011 1000001 1000101 111010 0 1001011 11100111 110101 10001

Color Harmonies of #141B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B41

Black with #141B41

Text Example


Text Example

White with #141B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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