Html Css Color HEX #132141 Midnight Express

📋 copy color: '#132141'

red 19 ◦ green 33 ◦ blue 65

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

Shades of Midnight Express #132141

Tints of Midnight Express #132141

RGB

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

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

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

R = 16.24%
G = 28.21%
B = 55.56%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#132141 (or 0x132141) is known color: Midnight Express. HEX triplet: 13, 21 and 41. RGB value is (19,33,65). Sum of RGB (Red+Green+Blue) = 19+33+65=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 65 (25.78% from 255 or 55.56% from 117); Max value from RGB is 65 - color contains mainly: blue. Hex color #132141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132141 is #ECDEBE. Grayscale: #202020. Windows color (decimal): -15523519 or 4268307. OLE color: 4268307.

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

Color convert

RGB 19 33 65 -
CMYK 0.71 0.49 0 0.75
HSL 221.74º 0.55% 0.16% -
HSV(B) 221.74º 0.71% 0.25% -
XYZ 1.77 1.61 5.22 -
YUV 32.46 146.36 118.4 -
System Red Green Blue C M Y K H S L
Decimal 19 33 65 0.71 0.49 0 0.75 221.74 0.55 0.16
Hex 13 21 41 47 31 0 4B DE 37 10
Octal 23 41 101 107 61 0 113 336 67 20
Binary 10011 100001 1000001 1000111 110001 0 1001011 11011110 110111 10000

Color Harmonies of #132141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132141

Black with #132141

Text Example


Text Example

White with #132141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132141; }

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

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

background-color css

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

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

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

border-color css

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

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

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