Html Css Color HEX #141B39 Midnight Express

📋 copy color: '#141B39'

red 20 ◦ green 27 ◦ blue 57

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

Shades of Midnight Express #141B39

Tints of Midnight Express #141B39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 54.81%

R = 19.23%
G = 25.96%
B = 54.81%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#141B39 (or 0x141B39) is known color: Midnight Express. HEX triplet: 14, 1B and 39. RGB value is (20,27,57). Sum of RGB (Red+Green+Blue) = 20+27+57=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 27 (10.94% from 255 or 25.96% from 104); Blue value is 57 (22.66% from 255 or 54.81% from 104); Max value from RGB is 57 - color contains mainly: blue. Hex color #141B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B39 is #EBE4C6. Grayscale: #1C1C1C. Windows color (decimal): -15459527 or 3742484. OLE color: 3742484.

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

Color convert

RGB 20 27 57 -
CMYK 0.65 0.53 0 0.78
HSL 228.65º 0.48% 0.15% -
HSV(B) 228.65º 0.65% 0.22% -
XYZ 1.42 1.23 4.03 -
YUV 28.33 144.18 122.06 -
System Red Green Blue C M Y K H S L
Decimal 20 27 57 0.65 0.53 0 0.78 228.65 0.48 0.15
Hex 14 1B 39 41 35 0 4E E5 30 F
Octal 24 33 71 101 65 0 116 345 60 17
Binary 10100 11011 111001 1000001 110101 0 1001110 11100101 110000 1111

Color Harmonies of #141B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B39

Black with #141B39

Text Example


Text Example

White with #141B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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