Html Css Color HEX #14193A Midnight Express

📋 copy color: '#14193A'

red 20 ◦ green 25 ◦ blue 58

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

Shades of Midnight Express #14193A

Tints of Midnight Express #14193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 24.27%

 BLUE value IS 58 (23.05% from 255) = 56.31%

R = 19.42%
G = 24.27%
B = 56.31%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#14193A (or 0x14193A) is known color: Midnight Express. HEX triplet: 14, 19 and 3A. RGB value is (20,25,58). Sum of RGB (Red+Green+Blue) = 20+25+58=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 58 (23.05% from 255 or 56.31% from 103); Max value from RGB is 58 - color contains mainly: blue. Hex color #14193A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14193A is #EBE6C5. Grayscale: #1B1B1B. Windows color (decimal): -15460038 or 3807508. OLE color: 3807508.

HSL color Cylindrical-coordinate representation of color #14193A: hue angle of 232.11º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #14193A is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 20 25 58 -
CMYK 0.66 0.57 0 0.77
HSL 232.11º 0.49% 0.15% -
HSV(B) 232.11º 0.66% 0.23% -
XYZ 1.4 1.15 4.15 -
YUV 27.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 20 25 58 0.66 0.57 0 0.77 232.11 0.49 0.15
Hex 14 19 3A 42 39 0 4D E8 31 F
Octal 24 31 72 102 71 0 115 350 61 17
Binary 10100 11001 111010 1000010 111001 0 1001101 11101000 110001 1111

Color Harmonies of #14193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14193A

Black with #14193A

Text Example


Text Example

White with #14193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14193A; }

 p { color: rgb(20,25,58); }

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

background-color css

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

 a { background-color: rgb(20,25,58); }

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

border-color css

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

 span { border-color: rgb(20,25,58); }

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