Html Css Color HEX #131934 Midnight Express

📋 copy color: '#131934'

red 19 ◦ green 25 ◦ blue 52

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

Shades of Midnight Express #131934

Tints of Midnight Express #131934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.04%

 BLUE value IS 52 (20.7% from 255) = 54.17%

R = 19.79%
G = 26.04%
B = 54.17%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#131934 (or 0x131934) is known color: Midnight Express. HEX triplet: 13, 19 and 34. RGB value is (19,25,52). Sum of RGB (Red+Green+Blue) = 19+25+52=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 52 (20.70% from 255 or 54.17% from 96); Max value from RGB is 52 - color contains mainly: blue. Hex color #131934 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131934 is #ECE6CB. Grayscale: #1A1A1A. Windows color (decimal): -15525580 or 3414291. OLE color: 3414291.

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

Color convert

RGB 19 25 52 -
CMYK 0.63 0.52 0 0.80
HSL 229.09º 0.46% 0.14% -
HSV(B) 229.09º 0.63% 0.2% -
XYZ 1.24 1.08 3.39 -
YUV 26.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 19 25 52 0.63 0.52 0 0.80 229.09 0.46 0.14
Hex 13 19 34 3F 34 0 50 E5 2E E
Octal 23 31 64 77 64 0 120 345 56 16
Binary 10011 11001 110100 111111 110100 0 1010000 11100101 101110 1110

Color Harmonies of #131934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131934

Black with #131934

Text Example


Text Example

White with #131934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131934; }

 p { color: rgb(19,25,52); }

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

background-color css

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

 a { background-color: rgb(19,25,52); }

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

border-color css

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

 span { border-color: rgb(19,25,52); }

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