Html Css Color HEX #131534 Midnight Express

📋 copy color: '#131534'

red 19 ◦ green 21 ◦ blue 52

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

Shades of Midnight Express #131534

Tints of Midnight Express #131534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.83%

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

R = 20.65%
G = 22.83%
B = 56.52%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#131534 (or 0x131534) is known color: Midnight Express. HEX triplet: 13, 15 and 34. RGB value is (19,21,52). Sum of RGB (Red+Green+Blue) = 19+21+52=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 52 (20.70% from 255 or 56.52% from 92); Max value from RGB is 52 - color contains mainly: blue. Hex color #131534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131534 is #ECEACB. Grayscale: #171717. Windows color (decimal): -15526604 or 3413267. OLE color: 3413267.

HSL color Cylindrical-coordinate representation of color #131534: hue angle of 236.36º 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 #131534 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 21 52 -
CMYK 0.63 0.60 0 0.80
HSL 236.36º 0.46% 0.14% -
HSV(B) 236.36º 0.63% 0.2% -
XYZ 1.16 0.92 3.37 -
YUV 23.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 19 21 52 0.63 0.60 0 0.80 236.36 0.46 0.14
Hex 13 15 34 3F 3C 0 50 EC 2E E
Octal 23 25 64 77 74 0 120 354 56 16
Binary 10011 10101 110100 111111 111100 0 1010000 11101100 101110 1110

Color Harmonies of #131534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131534

Black with #131534

Text Example


Text Example

White with #131534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131534; }

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

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

background-color css

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

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

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

border-color css

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

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

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