Html Css Color HEX #141A30 Midnight Express

📋 copy color: '#141A30'

red 20 ◦ green 26 ◦ blue 48

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

Shades of Midnight Express #141A30

Tints of Midnight Express #141A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.66%

 BLUE value IS 48 (19.14% from 255) = 51.06%

R = 21.28%
G = 27.66%
B = 51.06%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#141A30 (or 0x141A30) is known color: Midnight Express. HEX triplet: 14, 1A and 30. RGB value is (20,26,48). Sum of RGB (Red+Green+Blue) = 20+26+48=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #141A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A30 is #EBE5CF. Grayscale: #1A1A1A. Windows color (decimal): -15459792 or 3152404. OLE color: 3152404.

HSL color Cylindrical-coordinate representation of color #141A30: hue angle of 227.14º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #141A30 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 26 48 -
CMYK 0.58 0.46 0 0.81
HSL 227.14º 0.41% 0.13% -
HSV(B) 227.14º 0.58% 0.19% -
XYZ 1.19 1.1 2.95 -
YUV 26.71 140.01 123.21 -
System Red Green Blue C M Y K H S L
Decimal 20 26 48 0.58 0.46 0 0.81 227.14 0.41 0.13
Hex 14 1A 30 3A 2E 0 51 E3 29 D
Octal 24 32 60 72 56 0 121 343 51 15
Binary 10100 11010 110000 111010 101110 0 1010001 11100011 101001 1101

Color Harmonies of #141A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141A30

Black with #141A30

Text Example


Text Example

White with #141A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,26,48); }

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

background-color css

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

 a { background-color: rgb(20,26,48); }

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

border-color css

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

 span { border-color: rgb(20,26,48); }

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