Html Css Color HEX #132441 Midnight Express

📋 copy color: '#132441'

red 19 ◦ green 36 ◦ blue 65

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

Shades of Midnight Express #132441

Tints of Midnight Express #132441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30%

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

R = 15.83%
G = 30%
B = 54.17%

CMYK

 C value IS 0.71

 M value IS 0.45

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#132441 (or 0x132441) is known color: Midnight Express. HEX triplet: 13, 24 and 41. RGB value is (19,36,65). Sum of RGB (Red+Green+Blue) = 19+36+65=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #132441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132441 is #ECDBBE. Grayscale: #222222. Windows color (decimal): -15522751 or 4269075. OLE color: 4269075.

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

Color convert

RGB 19 36 65 -
CMYK 0.71 0.45 0 0.75
HSL 217.83º 0.55% 0.16% -
HSV(B) 217.83º 0.71% 0.25% -
XYZ 1.85 1.78 5.25 -
YUV 34.22 145.37 117.14 -
System Red Green Blue C M Y K H S L
Decimal 19 36 65 0.71 0.45 0 0.75 217.83 0.55 0.16
Hex 13 24 41 47 2D 0 4B DA 37 10
Octal 23 44 101 107 55 0 113 332 67 20
Binary 10011 100100 1000001 1000111 101101 0 1001011 11011010 110111 10000

Color Harmonies of #132441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132441

Black with #132441

Text Example


Text Example

White with #132441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132441; }

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

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

background-color css

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

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

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

border-color css

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

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

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