Html Css Color HEX #132147 Midnight Express

📋 copy color: '#132147'

red 19 ◦ green 33 ◦ blue 71

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

Shades of Midnight Express #132147

Tints of Midnight Express #132147

RGB

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

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

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

R = 15.45%
G = 26.83%
B = 57.72%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#132147 (or 0x132147) is known color: Midnight Express. HEX triplet: 13, 21 and 47. RGB value is (19,33,71). Sum of RGB (Red+Green+Blue) = 19+33+71=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #132147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132147 is #ECDEB8. Grayscale: #202020. Windows color (decimal): -15523513 or 4661523. OLE color: 4661523.

HSL color Cylindrical-coordinate representation of color #132147: hue angle of 223.85º 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 #132147 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 33 71 -
CMYK 0.73 0.54 0 0.72
HSL 223.85º 0.58% 0.18% -
HSV(B) 223.85º 0.73% 0.28% -
XYZ 1.95 1.68 6.18 -
YUV 33.15 149.36 117.91 -
System Red Green Blue C M Y K H S L
Decimal 19 33 71 0.73 0.54 0 0.72 223.85 0.58 0.18
Hex 13 21 47 49 36 0 48 E0 3A 12
Octal 23 41 107 111 66 0 110 340 72 22
Binary 10011 100001 1000111 1001001 110110 0 1001000 11100000 111010 10010

Color Harmonies of #132147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132147

Black with #132147

Text Example


Text Example

White with #132147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132147; }

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

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

background-color css

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

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

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

border-color css

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

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

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