Html Css Color HEX #132137 Midnight Express

📋 copy color: '#132137'

red 19 ◦ green 33 ◦ blue 55

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

Shades of Midnight Express #132137

Tints of Midnight Express #132137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.84%

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

R = 17.76%
G = 30.84%
B = 51.4%

CMYK

 C value IS 0.65

 M value IS 0.4

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#132137 (or 0x132137) is known color: Midnight Express. HEX triplet: 13, 21 and 37. RGB value is (19,33,55). Sum of RGB (Red+Green+Blue) = 19+33+55=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 55 (21.88% from 255 or 51.40% from 107); Max value from RGB is 55 - color contains mainly: blue. Hex color #132137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132137 is #ECDEC8. Grayscale: #1F1F1F. Windows color (decimal): -15523529 or 3612947. OLE color: 3612947.

HSL color Cylindrical-coordinate representation of color #132137: hue angle of 216.67º 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 #132137 is Cyan = 0.65, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 33 55 -
CMYK 0.65 0.4 0 0.78
HSL 216.67º 0.49% 0.15% -
HSV(B) 216.67º 0.65% 0.22% -
XYZ 1.5 1.5 3.83 -
YUV 31.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 19 33 55 0.65 0.4 0 0.78 216.67 0.49 0.15
Hex 13 21 37 41 28 0 4E D9 31 F
Octal 23 41 67 101 50 0 116 331 61 17
Binary 10011 100001 110111 1000001 101000 0 1001110 11011001 110001 1111

Color Harmonies of #132137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132137

Black with #132137

Text Example


Text Example

White with #132137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132137; }

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

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

background-color css

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

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

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

border-color css

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

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

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