Html Css Color HEX #132040 Midnight Express

📋 copy color: '#132040'

red 19 ◦ green 32 ◦ blue 64

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

Shades of Midnight Express #132040

Tints of Midnight Express #132040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.83%

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

R = 16.52%
G = 27.83%
B = 55.65%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#132040 (or 0x132040) is known color: Midnight Express. HEX triplet: 13, 20 and 40. RGB value is (19,32,64). Sum of RGB (Red+Green+Blue) = 19+32+64=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #132040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132040 is #ECDFBF. Grayscale: #1F1F1F. Windows color (decimal): -15523776 or 4202515. OLE color: 4202515.

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

Color convert

RGB 19 32 64 -
CMYK 0.70 0.50 0 0.75
HSL 222.67º 0.54% 0.16% -
HSV(B) 222.67º 0.7% 0.25% -
XYZ 1.71 1.54 5.06 -
YUV 31.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 19 32 64 0.70 0.50 0 0.75 222.67 0.54 0.16
Hex 13 20 40 46 32 0 4B DF 36 10
Octal 23 40 100 106 62 0 113 337 66 20
Binary 10011 100000 1000000 1000110 110010 0 1001011 11011111 110110 10000

Color Harmonies of #132040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132040

Black with #132040

Text Example


Text Example

White with #132040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132040; }

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

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

background-color css

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

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

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

border-color css

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

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

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