Html Css Color HEX #141C38 Midnight Express

📋 copy color: '#141C38'

red 20 ◦ green 28 ◦ blue 56

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

Shades of Midnight Express #141C38

Tints of Midnight Express #141C38

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.92%

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

R = 19.23%
G = 26.92%
B = 53.85%

CMYK

 C value IS 0.64

 M value IS 0.50

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#141C38 (or 0x141C38) is known color: Midnight Express. HEX triplet: 14, 1C and 38. RGB value is (20,28,56). Sum of RGB (Red+Green+Blue) = 20+28+56=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #141C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C38 is #EBE3C7. Grayscale: #1C1C1C. Windows color (decimal): -15459272 or 3677204. OLE color: 3677204.

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

Color convert

RGB 20 28 56 -
CMYK 0.64 0.50 0 0.78
HSL 226.67º 0.47% 0.15% -
HSV(B) 226.67º 0.64% 0.22% -
XYZ 1.42 1.26 3.91 -
YUV 28.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 20 28 56 0.64 0.50 0 0.78 226.67 0.47 0.15
Hex 14 1C 38 40 32 0 4E E3 2F F
Octal 24 34 70 100 62 0 116 343 57 17
Binary 10100 11100 111000 1000000 110010 0 1001110 11100011 101111 1111

Color Harmonies of #141C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141C38

Black with #141C38

Text Example


Text Example

White with #141C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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