Html Css Color HEX #132341 Midnight Express

📋 copy color: '#132341'

red 19 ◦ green 35 ◦ blue 65

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

Shades of Midnight Express #132341

Tints of Midnight Express #132341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.41%

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

R = 15.97%
G = 29.41%
B = 54.62%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#132341 (or 0x132341) is known color: Midnight Express. HEX triplet: 13, 23 and 41. RGB value is (19,35,65). Sum of RGB (Red+Green+Blue) = 19+35+65=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #132341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132341 is #ECDCBE. Grayscale: #212121. Windows color (decimal): -15523007 or 4268819. OLE color: 4268819.

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

Color convert

RGB 19 35 65 -
CMYK 0.71 0.46 0 0.75
HSL 219.13º 0.55% 0.16% -
HSV(B) 219.13º 0.71% 0.25% -
XYZ 1.82 1.72 5.24 -
YUV 33.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 19 35 65 0.71 0.46 0 0.75 219.13 0.55 0.16
Hex 13 23 41 47 2E 0 4B DB 37 10
Octal 23 43 101 107 56 0 113 333 67 20
Binary 10011 100011 1000001 1000111 101110 0 1001011 11011011 110111 10000

Color Harmonies of #132341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132341

Black with #132341

Text Example


Text Example

White with #132341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132341; }

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

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

background-color css

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

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

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

border-color css

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

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

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