Html Css Color HEX #14184C Midnight Express

📋 copy color: '#14184C'

red 20 ◦ green 24 ◦ blue 76

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

Shades of Midnight Express #14184C

Tints of Midnight Express #14184C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20%

 BLUE value IS 76 (30.08% from 255) = 63.33%

R = 16.67%
G = 20%
B = 63.33%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14184C (or 0x14184C) is known color: Midnight Express. HEX triplet: 14, 18 and 4C. RGB value is (20,24,76). Sum of RGB (Red+Green+Blue) = 20+24+76=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #14184C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14184C is #EBE7B3. Grayscale: #1C1C1C. Windows color (decimal): -15460276 or 4986900. OLE color: 4986900.

HSL color Cylindrical-coordinate representation of color #14184C: hue angle of 235.71º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14184C is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 24 76 -
CMYK 0.74 0.68 0 0.70
HSL 235.71º 0.58% 0.19% -
HSV(B) 235.71º 0.74% 0.3% -
XYZ 1.92 1.32 6.99 -
YUV 28.73 154.67 121.77 -
System Red Green Blue C M Y K H S L
Decimal 20 24 76 0.74 0.68 0 0.70 235.71 0.58 0.19
Hex 14 18 4C 4A 44 0 46 EC 3A 13
Octal 24 30 114 112 104 0 106 354 72 23
Binary 10100 11000 1001100 1001010 1000100 0 1000110 11101100 111010 10011

Color Harmonies of #14184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14184C

Black with #14184C

Text Example


Text Example

White with #14184C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14184C; }

 p { color: rgb(20,24,76); }

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

background-color css

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

 a { background-color: rgb(20,24,76); }

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

border-color css

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

 span { border-color: rgb(20,24,76); }

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