Html Css Color HEX #132047 Midnight Express

📋 copy color: '#132047'

red 19 ◦ green 32 ◦ blue 71

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

Shades of Midnight Express #132047

Tints of Midnight Express #132047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.23%

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

R = 15.57%
G = 26.23%
B = 58.2%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#132047 (or 0x132047) is known color: Midnight Express. HEX triplet: 13, 20 and 47. RGB value is (19,32,71). Sum of RGB (Red+Green+Blue) = 19+32+71=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 71 (28.12% from 255 or 58.20% from 122); Max value from RGB is 71 - color contains mainly: blue. Hex color #132047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132047 is #ECDFB8. Grayscale: #202020. Windows color (decimal): -15523769 or 4661267. OLE color: 4661267.

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

Color convert

RGB 19 32 71 -
CMYK 0.73 0.55 0 0.72
HSL 225º 0.58% 0.18% -
HSV(B) 225º 0.73% 0.28% -
XYZ 1.92 1.63 6.17 -
YUV 32.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 19 32 71 0.73 0.55 0 0.72 225 0.58 0.18
Hex 13 20 47 49 37 0 48 E1 3A 12
Octal 23 40 107 111 67 0 110 341 72 22
Binary 10011 100000 1000111 1001001 110111 0 1001000 11100001 111010 10010

Color Harmonies of #132047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132047

Black with #132047

Text Example


Text Example

White with #132047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132047; }

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

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

background-color css

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

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

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

border-color css

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

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

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