Html Css Color HEX #141D30 Midnight Express

📋 copy color: '#141D30'

red 20 ◦ green 29 ◦ blue 48

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

Shades of Midnight Express #141D30

Tints of Midnight Express #141D30

RGB

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

 GREEN value IS 29 (11.72% from 255) = 29.9%

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

R = 20.62%
G = 29.9%
B = 49.48%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#141D30 (or 0x141D30) is known color: Midnight Express. HEX triplet: 14, 1D and 30. RGB value is (20,29,48). Sum of RGB (Red+Green+Blue) = 20+29+48=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 48 (19.14% from 255 or 49.48% from 97); Max value from RGB is 48 - color contains mainly: blue. Hex color #141D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D30 is #EBE2CF. Grayscale: #1C1C1C. Windows color (decimal): -15459024 or 3153172. OLE color: 3153172.

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

Color convert

RGB 20 29 48 -
CMYK 0.58 0.40 0 0.81
HSL 220.71º 0.41% 0.13% -
HSV(B) 220.71º 0.58% 0.19% -
XYZ 1.26 1.24 2.97 -
YUV 28.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 20 29 48 0.58 0.40 0 0.81 220.71 0.41 0.13
Hex 14 1D 30 3A 28 0 51 DD 29 D
Octal 24 35 60 72 50 0 121 335 51 15
Binary 10100 11101 110000 111010 101000 0 1010001 11011101 101001 1101

Color Harmonies of #141D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D30

Black with #141D30

Text Example


Text Example

White with #141D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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