Html Css Color HEX #142238 Midnight Express

📋 copy color: '#142238'

red 20 ◦ green 34 ◦ blue 56

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

Shades of Midnight Express #142238

Tints of Midnight Express #142238

RGB

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

 GREEN value IS 34 (13.67% from 255) = 30.91%

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

R = 18.18%
G = 30.91%
B = 50.91%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#142238 (or 0x142238) is known color: Midnight Express. HEX triplet: 14, 22 and 38. RGB value is (20,34,56). Sum of RGB (Red+Green+Blue) = 20+34+56=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 56 (22.27% from 255 or 50.91% from 110); Max value from RGB is 56 - color contains mainly: blue. Hex color #142238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142238 is #EBDDC7. Grayscale: #202020. Windows color (decimal): -15457736 or 3678740. OLE color: 3678740.

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

Color convert

RGB 20 34 56 -
CMYK 0.64 0.39 0 0.78
HSL 216.67º 0.47% 0.15% -
HSV(B) 216.67º 0.64% 0.22% -
XYZ 1.57 1.58 3.96 -
YUV 32.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 20 34 56 0.64 0.39 0 0.78 216.67 0.47 0.15
Hex 14 22 38 40 27 0 4E D9 2F F
Octal 24 42 70 100 47 0 116 331 57 17
Binary 10100 100010 111000 1000000 100111 0 1001110 11011001 101111 1111

Color Harmonies of #142238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142238

Black with #142238

Text Example


Text Example

White with #142238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142238; }

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

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

background-color css

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

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

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

border-color css

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

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

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