Html Css Color HEX #132547 Midnight Express

📋 copy color: '#132547'

red 19 ◦ green 37 ◦ blue 71

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

Shades of Midnight Express #132547

Tints of Midnight Express #132547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.13%

 BLUE value IS 71 (28.13% from 255) = 55.91%

R = 14.96%
G = 29.13%
B = 55.91%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#132547 (or 0x132547) is known color: Midnight Express. HEX triplet: 13, 25 and 47. RGB value is (19,37,71). Sum of RGB (Red+Green+Blue) = 19+37+71=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 71 (28.12% from 255 or 55.91% from 127); Max value from RGB is 71 - color contains mainly: blue. Hex color #132547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132547 is #ECDAB8. Grayscale: #232323. Windows color (decimal): -15522489 or 4662547. OLE color: 4662547.

HSL color Cylindrical-coordinate representation of color #132547: hue angle of 219.23º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #132547 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 37 71 -
CMYK 0.73 0.48 0 0.72
HSL 219.23º 0.58% 0.18% -
HSV(B) 219.23º 0.73% 0.28% -
XYZ 2.07 1.92 6.22 -
YUV 35.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 19 37 71 0.73 0.48 0 0.72 219.23 0.58 0.18
Hex 13 25 47 49 30 0 48 DB 3A 12
Octal 23 45 107 111 60 0 110 333 72 22
Binary 10011 100101 1000111 1001001 110000 0 1001000 11011011 111010 10010

Color Harmonies of #132547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132547

Black with #132547

Text Example


Text Example

White with #132547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132547; }

 p { color: rgb(19,37,71); }

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

background-color css

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

 a { background-color: rgb(19,37,71); }

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

border-color css

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

 span { border-color: rgb(19,37,71); }

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