Html Css Color HEX #141338 Midnight Express

📋 copy color: '#141338'

red 20 ◦ green 19 ◦ blue 56

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

Shades of Midnight Express #141338

Tints of Midnight Express #141338

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20%

 BLUE value IS 56 (22.27% from 255) = 58.95%

R = 21.05%
G = 20%
B = 58.95%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#141338 (or 0x141338) is known color: Midnight Express. HEX triplet: 14, 13 and 38. RGB value is (20,19,56). Sum of RGB (Red+Green+Blue) = 20+19+56=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #141338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141338 is #EBECC7. Grayscale: #171717. Windows color (decimal): -15461576 or 3674900. OLE color: 3674900.

HSL color Cylindrical-coordinate representation of color #141338: hue angle of 241.62º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #141338 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 20 19 56 -
CMYK 0.64 0.66 0 0.78
HSL 241.62º 0.49% 0.15% -
HSV(B) 241.62º 0.66% 0.22% -
XYZ 1.24 0.9 3.85 -
YUV 23.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 20 19 56 0.64 0.66 0 0.78 241.62 0.49 0.15
Hex 14 13 38 40 42 0 4E F2 31 F
Octal 24 23 70 100 102 0 116 362 61 17
Binary 10100 10011 111000 1000000 1000010 0 1001110 11110010 110001 1111

Color Harmonies of #141338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141338

Black with #141338

Text Example


Text Example

White with #141338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141338; }

 p { color: rgb(20,19,56); }

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

background-color css

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

 a { background-color: rgb(20,19,56); }

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

border-color css

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

 span { border-color: rgb(20,19,56); }

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