Html Css Color HEX #14153D Midnight Express

📋 copy color: '#14153D'

red 20 ◦ green 21 ◦ blue 61

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

Shades of Midnight Express #14153D

Tints of Midnight Express #14153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.59%

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

R = 19.61%
G = 20.59%
B = 59.8%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#14153D (or 0x14153D) is known color: Midnight Express. HEX triplet: 14, 15 and 3D. RGB value is (20,21,61). Sum of RGB (Red+Green+Blue) = 20+21+61=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 61 (24.22% from 255 or 59.80% from 102); Max value from RGB is 61 - color contains mainly: blue. Hex color #14153D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14153D is #EBEAC2. Grayscale: #191919. Windows color (decimal): -15461059 or 4003092. OLE color: 4003092.

HSL color Cylindrical-coordinate representation of color #14153D: hue angle of 238.54º 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 #14153D is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 21 61 -
CMYK 0.67 0.66 0 0.76
HSL 238.54º 0.51% 0.16% -
HSV(B) 238.54º 0.67% 0.24% -
XYZ 1.4 1.02 4.54 -
YUV 25.26 148.17 124.25 -
System Red Green Blue C M Y K H S L
Decimal 20 21 61 0.67 0.66 0 0.76 238.54 0.51 0.16
Hex 14 15 3D 43 42 0 4C EF 33 10
Octal 24 25 75 103 102 0 114 357 63 20
Binary 10100 10101 111101 1000011 1000010 0 1001100 11101111 110011 10000

Color Harmonies of #14153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14153D

Black with #14153D

Text Example


Text Example

White with #14153D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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