Html Css Color HEX #141635 Midnight Express

📋 copy color: '#141635'

red 20 ◦ green 22 ◦ blue 53

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

Shades of Midnight Express #141635

Tints of Midnight Express #141635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.16%

 BLUE value IS 53 (21.09% from 255) = 55.79%

R = 21.05%
G = 23.16%
B = 55.79%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#141635 (or 0x141635) is known color: Midnight Express. HEX triplet: 14, 16 and 35. RGB value is (20,22,53). Sum of RGB (Red+Green+Blue) = 20+22+53=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 53 (21.09% from 255 or 55.79% from 95); Max value from RGB is 53 - color contains mainly: blue. Hex color #141635 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141635 is #EBE9CA. Grayscale: #181818. Windows color (decimal): -15460811 or 3479060. OLE color: 3479060.

HSL color Cylindrical-coordinate representation of color #141635: hue angle of 236.36º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #141635 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 20 22 53 -
CMYK 0.62 0.58 0 0.79
HSL 236.36º 0.45% 0.14% -
HSV(B) 236.36º 0.62% 0.21% -
XYZ 1.22 0.98 3.49 -
YUV 24.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 20 22 53 0.62 0.58 0 0.79 236.36 0.45 0.14
Hex 14 16 35 3E 3A 0 4F EC 2D E
Octal 24 26 65 76 72 0 117 354 55 16
Binary 10100 10110 110101 111110 111010 0 1001111 11101100 101101 1110

Color Harmonies of #141635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141635

Black with #141635

Text Example


Text Example

White with #141635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141635; }

 p { color: rgb(20,22,53); }

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

background-color css

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

 a { background-color: rgb(20,22,53); }

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

border-color css

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

 span { border-color: rgb(20,22,53); }

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