Html Css Color HEX #132241 Midnight Express

📋 copy color: '#132241'

red 19 ◦ green 34 ◦ blue 65

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

Shades of Midnight Express #132241

Tints of Midnight Express #132241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.81%

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

R = 16.1%
G = 28.81%
B = 55.08%

CMYK

 C value IS 0.71

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#132241 (or 0x132241) is known color: Midnight Express. HEX triplet: 13, 22 and 41. RGB value is (19,34,65). Sum of RGB (Red+Green+Blue) = 19+34+65=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #132241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132241 is #ECDDBE. Grayscale: #202020. Windows color (decimal): -15523263 or 4268563. OLE color: 4268563.

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

Color convert

RGB 19 34 65 -
CMYK 0.71 0.48 0 0.75
HSL 220.43º 0.55% 0.16% -
HSV(B) 220.43º 0.71% 0.25% -
XYZ 1.79 1.66 5.23 -
YUV 33.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 19 34 65 0.71 0.48 0 0.75 220.43 0.55 0.16
Hex 13 22 41 47 30 0 4B DC 37 10
Octal 23 42 101 107 60 0 113 334 67 20
Binary 10011 100010 1000001 1000111 110000 0 1001011 11011100 110111 10000

Color Harmonies of #132241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132241

Black with #132241

Text Example


Text Example

White with #132241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132241; }

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

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

background-color css

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

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

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

border-color css

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

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

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