Html Css Color HEX #132041 Midnight Express

📋 copy color: '#132041'

red 19 ◦ green 32 ◦ blue 65

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

Shades of Midnight Express #132041

Tints of Midnight Express #132041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 56.03%

R = 16.38%
G = 27.59%
B = 56.03%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#132041 (or 0x132041) is known color: Midnight Express. HEX triplet: 13, 20 and 41. RGB value is (19,32,65). Sum of RGB (Red+Green+Blue) = 19+32+65=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #132041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132041 is #ECDFBE. Grayscale: #1F1F1F. Windows color (decimal): -15523775 or 4268051. OLE color: 4268051.

HSL color Cylindrical-coordinate representation of color #132041: hue angle of 223.04º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #132041 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 32 65 -
CMYK 0.71 0.51 0 0.75
HSL 223.04º 0.55% 0.16% -
HSV(B) 223.04º 0.71% 0.25% -
XYZ 1.74 1.55 5.21 -
YUV 31.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 19 32 65 0.71 0.51 0 0.75 223.04 0.55 0.16
Hex 13 20 41 47 33 0 4B DF 37 10
Octal 23 40 101 107 63 0 113 337 67 20
Binary 10011 100000 1000001 1000111 110011 0 1001011 11011111 110111 10000

Color Harmonies of #132041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132041

Black with #132041

Text Example


Text Example

White with #132041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132041; }

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

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

background-color css

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

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

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

border-color css

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

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

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