Html Css Color HEX #142344 Midnight Express

📋 copy color: '#142344'

red 20 ◦ green 35 ◦ blue 68

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

Shades of Midnight Express #142344

Tints of Midnight Express #142344

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.46%

 BLUE value IS 68 (26.95% from 255) = 55.28%

R = 16.26%
G = 28.46%
B = 55.28%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#142344 (or 0x142344) is known color: Midnight Express. HEX triplet: 14, 23 and 44. RGB value is (20,35,68). Sum of RGB (Red+Green+Blue) = 20+35+68=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 68 (26.95% from 255 or 55.28% from 123); Max value from RGB is 68 - color contains mainly: blue. Hex color #142344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142344 is #EBDCBB. Grayscale: #222222. Windows color (decimal): -15457468 or 4465428. OLE color: 4465428.

HSL color Cylindrical-coordinate representation of color #142344: hue angle of 221.25º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #142344 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 35 68 -
CMYK 0.71 0.49 0 0.73
HSL 221.25º 0.55% 0.17% -
HSV(B) 221.25º 0.71% 0.27% -
XYZ 1.93 1.77 5.71 -
YUV 34.28 147.03 117.82 -
System Red Green Blue C M Y K H S L
Decimal 20 35 68 0.71 0.49 0 0.73 221.25 0.55 0.17
Hex 14 23 44 47 31 0 49 DD 37 11
Octal 24 43 104 107 61 0 111 335 67 21
Binary 10100 100011 1000100 1000111 110001 0 1001001 11011101 110111 10001

Color Harmonies of #142344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142344

Black with #142344

Text Example


Text Example

White with #142344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142344; }

 p { color: rgb(20,35,68); }

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

background-color css

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

 a { background-color: rgb(20,35,68); }

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

border-color css

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

 span { border-color: rgb(20,35,68); }

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