Html Css Color HEX #141B37 Midnight Express

📋 copy color: '#141B37'

red 20 ◦ green 27 ◦ blue 55

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

Shades of Midnight Express #141B37

Tints of Midnight Express #141B37

RGB

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

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

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

R = 19.61%
G = 26.47%
B = 53.92%

CMYK

 C value IS 0.64

 M value IS 0.51

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#141B37 (or 0x141B37) is known color: Midnight Express. HEX triplet: 14, 1B and 37. RGB value is (20,27,55). Sum of RGB (Red+Green+Blue) = 20+27+55=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 27 (10.94% from 255 or 26.47% from 102); Blue value is 55 (21.88% from 255 or 53.92% from 102); Max value from RGB is 55 - color contains mainly: blue. Hex color #141B37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B37 is #EBE4C8. Grayscale: #1B1B1B. Windows color (decimal): -15459529 or 3611412. OLE color: 3611412.

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

Color convert

RGB 20 27 55 -
CMYK 0.64 0.51 0 0.78
HSL 228º 0.47% 0.15% -
HSV(B) 228º 0.64% 0.22% -
XYZ 1.37 1.21 3.78 -
YUV 28.1 143.18 122.22 -
System Red Green Blue C M Y K H S L
Decimal 20 27 55 0.64 0.51 0 0.78 228 0.47 0.15
Hex 14 1B 37 40 33 0 4E E4 2F F
Octal 24 33 67 100 63 0 116 344 57 17
Binary 10100 11011 110111 1000000 110011 0 1001110 11100100 101111 1111

Color Harmonies of #141B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B37

Black with #141B37

Text Example


Text Example

White with #141B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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