Html Css Color HEX #131744 Midnight Express

📋 copy color: '#131744'

red 19 ◦ green 23 ◦ blue 68

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

Shades of Midnight Express #131744

Tints of Midnight Express #131744

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.91%

 BLUE value IS 68 (26.95% from 255) = 61.82%

R = 17.27%
G = 20.91%
B = 61.82%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#131744 (or 0x131744) is known color: Midnight Express. HEX triplet: 13, 17 and 44. RGB value is (19,23,68). Sum of RGB (Red+Green+Blue) = 19+23+68=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 68 (26.95% from 255 or 61.82% from 110); Max value from RGB is 68 - color contains mainly: blue. Hex color #131744 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131744 is #ECE8BB. Grayscale: #1A1A1A. Windows color (decimal): -15526076 or 4462355. OLE color: 4462355.

HSL color Cylindrical-coordinate representation of color #131744: hue angle of 235.1º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #131744 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 23 68 -
CMYK 0.72 0.66 0 0.73
HSL 235.1º 0.56% 0.17% -
HSV(B) 235.1º 0.72% 0.27% -
XYZ 1.62 1.17 5.61 -
YUV 26.93 151.17 122.34 -
System Red Green Blue C M Y K H S L
Decimal 19 23 68 0.72 0.66 0 0.73 235.1 0.56 0.17
Hex 13 17 44 48 42 0 49 EB 38 11
Octal 23 27 104 110 102 0 111 353 70 21
Binary 10011 10111 1000100 1001000 1000010 0 1001001 11101011 111000 10001

Color Harmonies of #131744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131744

Black with #131744

Text Example


Text Example

White with #131744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131744; }

 p { color: rgb(19,23,68); }

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

background-color css

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

 a { background-color: rgb(19,23,68); }

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

border-color css

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

 span { border-color: rgb(19,23,68); }

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