Html Css Color HEX #14243F Midnight Express

📋 copy color: '#14243F'

red 20 ◦ green 36 ◦ blue 63

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

Shades of Midnight Express #14243F

Tints of Midnight Express #14243F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.25%

 BLUE value IS 63 (25% from 255) = 52.94%

R = 16.81%
G = 30.25%
B = 52.94%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#14243F (or 0x14243F) is known color: Midnight Express. HEX triplet: 14, 24 and 3F. RGB value is (20,36,63). Sum of RGB (Red+Green+Blue) = 20+36+63=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 63 (25% from 255 or 52.94% from 119); Max value from RGB is 63 - color contains mainly: blue. Hex color #14243F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14243F is #EBDBC0. Grayscale: #222222. Windows color (decimal): -15457217 or 4138004. OLE color: 4138004.

HSL color Cylindrical-coordinate representation of color #14243F: hue angle of 217.67º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14243F is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 36 63 -
CMYK 0.68 0.43 0 0.75
HSL 217.67º 0.52% 0.16% -
HSV(B) 217.67º 0.68% 0.25% -
XYZ 1.82 1.77 4.95 -
YUV 34.29 144.2 117.8 -
System Red Green Blue C M Y K H S L
Decimal 20 36 63 0.68 0.43 0 0.75 217.67 0.52 0.16
Hex 14 24 3F 44 2B 0 4B DA 34 10
Octal 24 44 77 104 53 0 113 332 64 20
Binary 10100 100100 111111 1000100 101011 0 1001011 11011010 110100 10000

Color Harmonies of #14243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14243F

Black with #14243F

Text Example


Text Example

White with #14243F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14243F; }

 p { color: rgb(20,36,63); }

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

background-color css

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

 a { background-color: rgb(20,36,63); }

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

border-color css

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

 span { border-color: rgb(20,36,63); }

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