Html Css Color HEX #132240 Midnight Express

📋 copy color: '#132240'

red 19 ◦ green 34 ◦ blue 64

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

Shades of Midnight Express #132240

Tints of Midnight Express #132240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.06%

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

R = 16.24%
G = 29.06%
B = 54.7%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#132240 (or 0x132240) is known color: Midnight Express. HEX triplet: 13, 22 and 40. RGB value is (19,34,64). Sum of RGB (Red+Green+Blue) = 19+34+64=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #132240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132240 is #ECDDBF. Grayscale: #202020. Windows color (decimal): -15523264 or 4203027. OLE color: 4203027.

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

Color convert

RGB 19 34 64 -
CMYK 0.70 0.47 0 0.75
HSL 220º 0.54% 0.16% -
HSV(B) 220º 0.7% 0.25% -
XYZ 1.77 1.65 5.08 -
YUV 32.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 19 34 64 0.70 0.47 0 0.75 220 0.54 0.16
Hex 13 22 40 46 2F 0 4B DC 36 10
Octal 23 42 100 106 57 0 113 334 66 20
Binary 10011 100010 1000000 1000110 101111 0 1001011 11011100 110110 10000

Color Harmonies of #132240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132240

Black with #132240

Text Example


Text Example

White with #132240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132240; }

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

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

background-color css

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

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

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

border-color css

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

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

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