Html Css Color HEX #141B30 Midnight Express

📋 copy color: '#141B30'

red 20 ◦ green 27 ◦ blue 48

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

Shades of Midnight Express #141B30

Tints of Midnight Express #141B30

RGB

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

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

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

R = 21.05%
G = 28.42%
B = 50.53%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#141B30 (or 0x141B30) is known color: Midnight Express. HEX triplet: 14, 1B and 30. RGB value is (20,27,48). Sum of RGB (Red+Green+Blue) = 20+27+48=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #141B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B30 is #EBE4CF. Grayscale: #1B1B1B. Windows color (decimal): -15459536 or 3152660. OLE color: 3152660.

HSL color Cylindrical-coordinate representation of color #141B30: hue angle of 225º 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 #141B30 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 27 48 -
CMYK 0.58 0.44 0 0.81
HSL 225º 0.41% 0.13% -
HSV(B) 225º 0.58% 0.19% -
XYZ 1.21 1.15 2.95 -
YUV 27.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 20 27 48 0.58 0.44 0 0.81 225 0.41 0.13
Hex 14 1B 30 3A 2C 0 51 E1 29 D
Octal 24 33 60 72 54 0 121 341 51 15
Binary 10100 11011 110000 111010 101100 0 1010001 11100001 101001 1101

Color Harmonies of #141B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B30

Black with #141B30

Text Example


Text Example

White with #141B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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