Html Css Color HEX #14193D Midnight Express

📋 copy color: '#14193D'

red 20 ◦ green 25 ◦ blue 61

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

Shades of Midnight Express #14193D

Tints of Midnight Express #14193D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 57.55%

R = 18.87%
G = 23.58%
B = 57.55%

CMYK

 C value IS 0.67

 M value IS 0.59

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#14193D (or 0x14193D) is known color: Midnight Express. HEX triplet: 14, 19 and 3D. RGB value is (20,25,61). Sum of RGB (Red+Green+Blue) = 20+25+61=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 61 (24.22% from 255 or 57.55% from 106); Max value from RGB is 61 - color contains mainly: blue. Hex color #14193D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14193D is #EBE6C2. Grayscale: #1B1B1B. Windows color (decimal): -15460035 or 4004116. OLE color: 4004116.

HSL color Cylindrical-coordinate representation of color #14193D: hue angle of 232.68º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #14193D is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 25 61 -
CMYK 0.67 0.59 0 0.76
HSL 232.68º 0.51% 0.16% -
HSV(B) 232.68º 0.67% 0.24% -
XYZ 1.48 1.18 4.56 -
YUV 27.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 20 25 61 0.67 0.59 0 0.76 232.68 0.51 0.16
Hex 14 19 3D 43 3B 0 4C E9 33 10
Octal 24 31 75 103 73 0 114 351 63 20
Binary 10100 11001 111101 1000011 111011 0 1001100 11101001 110011 10000

Color Harmonies of #14193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14193D

Black with #14193D

Text Example


Text Example

White with #14193D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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