Html Css Color HEX #132037 Midnight Express

📋 copy color: '#132037'

red 19 ◦ green 32 ◦ blue 55

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

Shades of Midnight Express #132037

Tints of Midnight Express #132037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 51.89%

R = 17.92%
G = 30.19%
B = 51.89%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#132037 (or 0x132037) is known color: Midnight Express. HEX triplet: 13, 20 and 37. RGB value is (19,32,55). Sum of RGB (Red+Green+Blue) = 19+32+55=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 55 (21.88% from 255 or 51.89% from 106); Max value from RGB is 55 - color contains mainly: blue. Hex color #132037 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132037 is #ECDFC8. Grayscale: #1E1E1E. Windows color (decimal): -15523785 or 3612691. OLE color: 3612691.

HSL color Cylindrical-coordinate representation of color #132037: hue angle of 218.33º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #132037 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 32 55 -
CMYK 0.65 0.42 0 0.78
HSL 218.33º 0.49% 0.15% -
HSV(B) 218.33º 0.65% 0.22% -
XYZ 1.47 1.45 3.82 -
YUV 30.74 141.69 119.63 -
System Red Green Blue C M Y K H S L
Decimal 19 32 55 0.65 0.42 0 0.78 218.33 0.49 0.15
Hex 13 20 37 41 2A 0 4E DA 31 F
Octal 23 40 67 101 52 0 116 332 61 17
Binary 10011 100000 110111 1000001 101010 0 1001110 11011010 110001 1111

Color Harmonies of #132037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132037

Black with #132037

Text Example


Text Example

White with #132037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132037; }

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

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

background-color css

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

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

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

border-color css

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

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

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