Html Css Color HEX #13143D Midnight Express

📋 copy color: '#13143D'

red 19 ◦ green 20 ◦ blue 61

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

Shades of Midnight Express #13143D

Tints of Midnight Express #13143D

RGB

 RED value IS 19 (7.81% from 255) = 19%

 GREEN value IS 20 (8.2% from 255) = 20%

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

R = 19%
G = 20%
B = 61%

CMYK

 C value IS 0.69

 M value IS 0.67

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13143D (or 0x13143D) is known color: Midnight Express. HEX triplet: 13, 14 and 3D. RGB value is (19,20,61). Sum of RGB (Red+Green+Blue) = 19+20+61=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 61 (24.22% from 255 or 61% from 100); Max value from RGB is 61 - color contains mainly: blue. Hex color #13143D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13143D is #ECEBC2. Grayscale: #181818. Windows color (decimal): -15526851 or 4002835. OLE color: 4002835.

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

Color convert

RGB 19 20 61 -
CMYK 0.69 0.67 0 0.76
HSL 238.57º 0.53% 0.16% -
HSV(B) 238.57º 0.69% 0.24% -
XYZ 1.36 0.98 4.53 -
YUV 24.38 148.67 124.17 -
System Red Green Blue C M Y K H S L
Decimal 19 20 61 0.69 0.67 0 0.76 238.57 0.53 0.16
Hex 13 14 3D 45 43 0 4C EF 34 10
Octal 23 24 75 105 103 0 114 357 64 20
Binary 10011 10100 111101 1000101 1000011 0 1001100 11101111 110100 10000

Color Harmonies of #13143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13143D

Black with #13143D

Text Example


Text Example

White with #13143D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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