Html Css Color HEX #131640 Midnight Express

📋 copy color: '#131640'

red 19 ◦ green 22 ◦ blue 64

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

Shades of Midnight Express #131640

Tints of Midnight Express #131640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.95%

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

R = 18.1%
G = 20.95%
B = 60.95%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#131640 (or 0x131640) is known color: Midnight Express. HEX triplet: 13, 16 and 40. RGB value is (19,22,64). Sum of RGB (Red+Green+Blue) = 19+22+64=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #131640 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131640 is #ECE9BF. Grayscale: #191919. Windows color (decimal): -15526336 or 4199955. OLE color: 4199955.

HSL color Cylindrical-coordinate representation of color #131640: hue angle of 236º 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 #131640 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 22 64 -
CMYK 0.70 0.66 0 0.75
HSL 236º 0.54% 0.16% -
HSV(B) 236º 0.7% 0.25% -
XYZ 1.48 1.08 4.98 -
YUV 25.89 149.51 123.08 -
System Red Green Blue C M Y K H S L
Decimal 19 22 64 0.70 0.66 0 0.75 236 0.54 0.16
Hex 13 16 40 46 42 0 4B EC 36 10
Octal 23 26 100 106 102 0 113 354 66 20
Binary 10011 10110 1000000 1000110 1000010 0 1001011 11101100 110110 10000

Color Harmonies of #131640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131640

Black with #131640

Text Example


Text Example

White with #131640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131640; }

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

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

background-color css

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

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

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

border-color css

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

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

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