Html Css Color HEX #131732 Midnight Express

📋 copy color: '#131732'

red 19 ◦ green 23 ◦ blue 50

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

Shades of Midnight Express #131732

Tints of Midnight Express #131732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 54.35%

R = 20.65%
G = 25%
B = 54.35%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#131732 (or 0x131732) is known color: Midnight Express. HEX triplet: 13, 17 and 32. RGB value is (19,23,50). Sum of RGB (Red+Green+Blue) = 19+23+50=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #131732 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131732 is #ECE8CD. Grayscale: #181818. Windows color (decimal): -15526094 or 3282707. OLE color: 3282707.

HSL color Cylindrical-coordinate representation of color #131732: hue angle of 232.26º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #131732 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 23 50 -
CMYK 0.62 0.54 0 0.80
HSL 232.26º 0.45% 0.14% -
HSV(B) 232.26º 0.62% 0.2% -
XYZ 1.15 0.98 3.15 -
YUV 24.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 19 23 50 0.62 0.54 0 0.80 232.26 0.45 0.14
Hex 13 17 32 3E 36 0 50 E8 2D E
Octal 23 27 62 76 66 0 120 350 55 16
Binary 10011 10111 110010 111110 110110 0 1010000 11101000 101101 1110

Color Harmonies of #131732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131732

Black with #131732

Text Example


Text Example

White with #131732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131732; }

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

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

background-color css

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

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

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

border-color css

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

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

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