Html Css Color HEX #141243 Midnight Express

📋 copy color: '#141243'

red 20 ◦ green 18 ◦ blue 67

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

Shades of Midnight Express #141243

Tints of Midnight Express #141243

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.14%

 BLUE value IS 67 (26.56% from 255) = 63.81%

R = 19.05%
G = 17.14%
B = 63.81%

CMYK

 C value IS 0.70

 M value IS 0.73

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#141243 (or 0x141243) is known color: Midnight Express. HEX triplet: 14, 12 and 43. RGB value is (20,18,67). Sum of RGB (Red+Green+Blue) = 20+18+67=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 67 (26.56% from 255 or 63.81% from 105); Max value from RGB is 67 - color contains mainly: blue. Hex color #141243 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141243 is #EBEDBC. Grayscale: #171717. Windows color (decimal): -15461821 or 4395540. OLE color: 4395540.

HSL color Cylindrical-coordinate representation of color #141243: hue angle of 242.45º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #141243 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 20 18 67 -
CMYK 0.70 0.73 0 0.74
HSL 242.45º 0.58% 0.17% -
HSV(B) 242.45º 0.73% 0.26% -
XYZ 1.52 0.99 5.42 -
YUV 24.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 20 18 67 0.70 0.73 0 0.74 242.45 0.58 0.17
Hex 14 12 43 46 49 0 4A F2 3A 11
Octal 24 22 103 106 111 0 112 362 72 21
Binary 10100 10010 1000011 1000110 1001001 0 1001010 11110010 111010 10001

Color Harmonies of #141243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141243

Black with #141243

Text Example


Text Example

White with #141243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141243; }

 p { color: rgb(20,18,67); }

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

background-color css

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

 a { background-color: rgb(20,18,67); }

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

border-color css

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

 span { border-color: rgb(20,18,67); }

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