Html Css Color HEX #131834 Midnight Express

📋 copy color: '#131834'

red 19 ◦ green 24 ◦ blue 52

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

Shades of Midnight Express #131834

Tints of Midnight Express #131834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25.26%

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

R = 20%
G = 25.26%
B = 54.74%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#131834 (or 0x131834) is known color: Midnight Express. HEX triplet: 13, 18 and 34. RGB value is (19,24,52). Sum of RGB (Red+Green+Blue) = 19+24+52=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #131834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131834 is #ECE7CB. Grayscale: #191919. Windows color (decimal): -15525836 or 3414035. OLE color: 3414035.

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

Color convert

RGB 19 24 52 -
CMYK 0.63 0.54 0 0.80
HSL 230.91º 0.46% 0.14% -
HSV(B) 230.91º 0.63% 0.2% -
XYZ 1.22 1.04 3.39 -
YUV 25.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 19 24 52 0.63 0.54 0 0.80 230.91 0.46 0.14
Hex 13 18 34 3F 36 0 50 E7 2E E
Octal 23 30 64 77 66 0 120 347 56 16
Binary 10011 11000 110100 111111 110110 0 1010000 11100111 101110 1110

Color Harmonies of #131834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131834

Black with #131834

Text Example


Text Example

White with #131834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131834; }

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

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

background-color css

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

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

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

border-color css

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

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

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