Html Css Color HEX #141540 Midnight Express

📋 copy color: '#141540'

red 20 ◦ green 21 ◦ blue 64

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

Shades of Midnight Express #141540

Tints of Midnight Express #141540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20%

 BLUE value IS 64 (25.39% from 255) = 60.95%

R = 19.05%
G = 20%
B = 60.95%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#141540 (or 0x141540) is known color: Midnight Express. HEX triplet: 14, 15 and 40. RGB value is (20,21,64). Sum of RGB (Red+Green+Blue) = 20+21+64=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #141540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141540 is #EBEABF. Grayscale: #191919. Windows color (decimal): -15461056 or 4199700. OLE color: 4199700.

HSL color Cylindrical-coordinate representation of color #141540: hue angle of 238.64º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #141540 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 21 64 -
CMYK 0.69 0.67 0 0.75
HSL 238.64º 0.52% 0.16% -
HSV(B) 238.64º 0.69% 0.25% -
XYZ 1.48 1.06 4.98 -
YUV 25.6 149.67 124 -
System Red Green Blue C M Y K H S L
Decimal 20 21 64 0.69 0.67 0 0.75 238.64 0.52 0.16
Hex 14 15 40 45 43 0 4B EF 34 10
Octal 24 25 100 105 103 0 113 357 64 20
Binary 10100 10101 1000000 1000101 1000011 0 1001011 11101111 110100 10000

Color Harmonies of #141540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141540

Black with #141540

Text Example


Text Example

White with #141540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141540; }

 p { color: rgb(20,21,64); }

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

background-color css

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

 a { background-color: rgb(20,21,64); }

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

border-color css

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

 span { border-color: rgb(20,21,64); }

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