Html Css Color HEX #132144 Midnight Express

📋 copy color: '#132144'

red 19 ◦ green 33 ◦ blue 68

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

Shades of Midnight Express #132144

Tints of Midnight Express #132144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 56.67%

R = 15.83%
G = 27.5%
B = 56.67%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#132144 (or 0x132144) is known color: Midnight Express. HEX triplet: 13, 21 and 44. RGB value is (19,33,68). Sum of RGB (Red+Green+Blue) = 19+33+68=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 68 (26.95% from 255 or 56.67% from 120); Max value from RGB is 68 - color contains mainly: blue. Hex color #132144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132144 is #ECDEBB. Grayscale: #202020. Windows color (decimal): -15523516 or 4464915. OLE color: 4464915.

HSL color Cylindrical-coordinate representation of color #132144: hue angle of 222.86º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #132144 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 33 68 -
CMYK 0.72 0.51 0 0.73
HSL 222.86º 0.56% 0.17% -
HSV(B) 222.86º 0.72% 0.27% -
XYZ 1.86 1.64 5.69 -
YUV 32.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 19 33 68 0.72 0.51 0 0.73 222.86 0.56 0.17
Hex 13 21 44 48 33 0 49 DF 38 11
Octal 23 41 104 110 63 0 111 337 70 21
Binary 10011 100001 1000100 1001000 110011 0 1001001 11011111 111000 10001

Color Harmonies of #132144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132144

Black with #132144

Text Example


Text Example

White with #132144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132144; }

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

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

background-color css

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

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

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

border-color css

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

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

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