Html Css Color HEX #141F38 Midnight Express

📋 copy color: '#141F38'

red 20 ◦ green 31 ◦ blue 56

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

Shades of Midnight Express #141F38

Tints of Midnight Express #141F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 52.34%

R = 18.69%
G = 28.97%
B = 52.34%

CMYK

 C value IS 0.64

 M value IS 0.45

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#141F38 (or 0x141F38) is known color: Midnight Express. HEX triplet: 14, 1F and 38. RGB value is (20,31,56). Sum of RGB (Red+Green+Blue) = 20+31+56=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 56 (22.27% from 255 or 52.34% from 107); Max value from RGB is 56 - color contains mainly: blue. Hex color #141F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F38 is #EBE0C7. Grayscale: #1E1E1E. Windows color (decimal): -15458504 or 3677972. OLE color: 3677972.

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

Color convert

RGB 20 31 56 -
CMYK 0.64 0.45 0 0.78
HSL 221.67º 0.47% 0.15% -
HSV(B) 221.67º 0.64% 0.22% -
XYZ 1.49 1.41 3.94 -
YUV 30.56 142.36 120.47 -
System Red Green Blue C M Y K H S L
Decimal 20 31 56 0.64 0.45 0 0.78 221.67 0.47 0.15
Hex 14 1F 38 40 2D 0 4E DE 2F F
Octal 24 37 70 100 55 0 116 336 57 17
Binary 10100 11111 111000 1000000 101101 0 1001110 11011110 101111 1111

Color Harmonies of #141F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141F38

Black with #141F38

Text Example


Text Example

White with #141F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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