Html Css Color HEX #131447 Midnight Express

📋 copy color: '#131447'

red 19 ◦ green 20 ◦ blue 71

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

Shades of Midnight Express #131447

Tints of Midnight Express #131447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 64.55%

R = 17.27%
G = 18.18%
B = 64.55%

CMYK

 C value IS 0.73

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#131447 (or 0x131447) is known color: Midnight Express. HEX triplet: 13, 14 and 47. RGB value is (19,20,71). Sum of RGB (Red+Green+Blue) = 19+20+71=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 71 (28.12% from 255 or 64.55% from 110); Max value from RGB is 71 - color contains mainly: blue. Hex color #131447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131447 is #ECEBB8. Grayscale: #191919. Windows color (decimal): -15526841 or 4658195. OLE color: 4658195.

HSL color Cylindrical-coordinate representation of color #131447: hue angle of 238.85º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #131447 is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 20 71 -
CMYK 0.73 0.72 0 0.72
HSL 238.85º 0.58% 0.18% -
HSV(B) 238.85º 0.73% 0.28% -
XYZ 1.66 1.09 6.09 -
YUV 25.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 19 20 71 0.73 0.72 0 0.72 238.85 0.58 0.18
Hex 13 14 47 49 48 0 48 EF 3A 12
Octal 23 24 107 111 110 0 110 357 72 22
Binary 10011 10100 1000111 1001001 1001000 0 1001000 11101111 111010 10010

Color Harmonies of #131447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131447

Black with #131447

Text Example


Text Example

White with #131447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131447; }

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

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

background-color css

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

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

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

border-color css

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

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

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