Html Css Color HEX #132649 Midnight Express

📋 copy color: '#132649'

red 19 ◦ green 38 ◦ blue 73

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

Shades of Midnight Express #132649

Tints of Midnight Express #132649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.23%

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

R = 14.62%
G = 29.23%
B = 56.15%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#132649 (or 0x132649) is known color: Midnight Express. HEX triplet: 13, 26 and 49. RGB value is (19,38,73). Sum of RGB (Red+Green+Blue) = 19+38+73=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #132649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132649 is #ECD9B6. Grayscale: #242424. Windows color (decimal): -15522231 or 4793875. OLE color: 4793875.

HSL color Cylindrical-coordinate representation of color #132649: hue angle of 218.89º 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 #132649 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 38 73 -
CMYK 0.74 0.48 0 0.71
HSL 218.89º 0.59% 0.18% -
HSV(B) 218.89º 0.74% 0.29% -
XYZ 2.16 2.01 6.58 -
YUV 36.31 148.71 115.65 -
System Red Green Blue C M Y K H S L
Decimal 19 38 73 0.74 0.48 0 0.71 218.89 0.59 0.18
Hex 13 26 49 4A 30 0 47 DB 3B 12
Octal 23 46 111 112 60 0 107 333 73 22
Binary 10011 100110 1001001 1001010 110000 0 1000111 11011011 111011 10010

Color Harmonies of #132649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132649

Black with #132649

Text Example


Text Example

White with #132649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132649; }

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

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

background-color css

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

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

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

border-color css

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

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

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