Html Css Color HEX #131540 Midnight Express

📋 copy color: '#131540'

red 19 ◦ green 21 ◦ blue 64

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

Shades of Midnight Express #131540

Tints of Midnight Express #131540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 61.54%

R = 18.27%
G = 20.19%
B = 61.54%

CMYK

 C value IS 0.70

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#131540 (or 0x131540) is known color: Midnight Express. HEX triplet: 13, 15 and 40. RGB value is (19,21,64). Sum of RGB (Red+Green+Blue) = 19+21+64=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #131540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131540 is #ECEABF. Grayscale: #191919. Windows color (decimal): -15526592 or 4199699. OLE color: 4199699.

HSL color Cylindrical-coordinate representation of color #131540: hue angle of 237.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #131540 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 21 64 -
CMYK 0.70 0.67 0 0.75
HSL 237.33º 0.54% 0.16% -
HSV(B) 237.33º 0.7% 0.25% -
XYZ 1.46 1.04 4.98 -
YUV 25.3 149.84 123.5 -
System Red Green Blue C M Y K H S L
Decimal 19 21 64 0.70 0.67 0 0.75 237.33 0.54 0.16
Hex 13 15 40 46 43 0 4B ED 36 10
Octal 23 25 100 106 103 0 113 355 66 20
Binary 10011 10101 1000000 1000110 1000011 0 1001011 11101101 110110 10000

Color Harmonies of #131540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131540

Black with #131540

Text Example


Text Example

White with #131540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131540; }

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

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

background-color css

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

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

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

border-color css

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

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

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