Html Css Color HEX #132549 Midnight Express

📋 copy color: '#132549'

red 19 ◦ green 37 ◦ blue 73

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

Shades of Midnight Express #132549

Tints of Midnight Express #132549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 56.59%

R = 14.73%
G = 28.68%
B = 56.59%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#132549 (or 0x132549) is known color: Midnight Express. HEX triplet: 13, 25 and 49. RGB value is (19,37,73). Sum of RGB (Red+Green+Blue) = 19+37+73=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 73 (28.91% from 255 or 56.59% from 129); Max value from RGB is 73 - color contains mainly: blue. Hex color #132549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132549 is #ECDAB6. Grayscale: #232323. Windows color (decimal): -15522487 or 4793619. OLE color: 4793619.

HSL color Cylindrical-coordinate representation of color #132549: hue angle of 220º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #132549 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 37 73 -
CMYK 0.74 0.49 0 0.71
HSL 220º 0.59% 0.18% -
HSV(B) 220º 0.74% 0.29% -
XYZ 2.13 1.94 6.57 -
YUV 35.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 19 37 73 0.74 0.49 0 0.71 220 0.59 0.18
Hex 13 25 49 4A 31 0 47 DC 3B 12
Octal 23 45 111 112 61 0 107 334 73 22
Binary 10011 100101 1001001 1001010 110001 0 1000111 11011100 111011 10010

Color Harmonies of #132549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132549

Black with #132549

Text Example


Text Example

White with #132549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132549; }

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

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

background-color css

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

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

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

border-color css

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

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

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