Html Css Color HEX #14193F Midnight Express

📋 copy color: '#14193F'

red 20 ◦ green 25 ◦ blue 63

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

Shades of Midnight Express #14193F

Tints of Midnight Express #14193F

RGB

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

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

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

R = 18.52%
G = 23.15%
B = 58.33%

CMYK

 C value IS 0.68

 M value IS 0.60

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#14193F (or 0x14193F) is known color: Midnight Express. HEX triplet: 14, 19 and 3F. RGB value is (20,25,63). Sum of RGB (Red+Green+Blue) = 20+25+63=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 63 (25% from 255 or 58.33% from 108); Max value from RGB is 63 - color contains mainly: blue. Hex color #14193F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14193F is #EBE6C0. Grayscale: #1B1B1B. Windows color (decimal): -15460033 or 4135188. OLE color: 4135188.

HSL color Cylindrical-coordinate representation of color #14193F: hue angle of 233.02º 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 #14193F is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 25 63 -
CMYK 0.68 0.60 0 0.75
HSL 233.02º 0.52% 0.16% -
HSV(B) 233.02º 0.68% 0.25% -
XYZ 1.53 1.2 4.85 -
YUV 27.84 147.84 122.41 -
System Red Green Blue C M Y K H S L
Decimal 20 25 63 0.68 0.60 0 0.75 233.02 0.52 0.16
Hex 14 19 3F 44 3C 0 4B E9 34 10
Octal 24 31 77 104 74 0 113 351 64 20
Binary 10100 11001 111111 1000100 111100 0 1001011 11101001 110100 10000

Color Harmonies of #14193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14193F

Black with #14193F

Text Example


Text Example

White with #14193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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