Html Css Color HEX #132136 Midnight Express

📋 copy color: '#132136'

red 19 ◦ green 33 ◦ blue 54

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

Shades of Midnight Express #132136

Tints of Midnight Express #132136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 50.94%

R = 17.92%
G = 31.13%
B = 50.94%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#132136 (or 0x132136) is known color: Midnight Express. HEX triplet: 13, 21 and 36. RGB value is (19,33,54). Sum of RGB (Red+Green+Blue) = 19+33+54=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 54 (21.48% from 255 or 50.94% from 106); Max value from RGB is 54 - color contains mainly: blue. Hex color #132136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132136 is #ECDEC9. Grayscale: #1F1F1F. Windows color (decimal): -15523530 or 3547411. OLE color: 3547411.

HSL color Cylindrical-coordinate representation of color #132136: hue angle of 216º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #132136 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 33 54 -
CMYK 0.65 0.39 0 0.79
HSL 216º 0.48% 0.14% -
HSV(B) 216º 0.65% 0.21% -
XYZ 1.48 1.49 3.7 -
YUV 31.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 19 33 54 0.65 0.39 0 0.79 216 0.48 0.14
Hex 13 21 36 41 27 0 4F D8 30 E
Octal 23 41 66 101 47 0 117 330 60 16
Binary 10011 100001 110110 1000001 100111 0 1001111 11011000 110000 1110

Color Harmonies of #132136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132136

Black with #132136

Text Example


Text Example

White with #132136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132136; }

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

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

background-color css

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

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

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

border-color css

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

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

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