Html Css Color HEX #132145 Midnight Express

📋 copy color: '#132145'

red 19 ◦ green 33 ◦ blue 69

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

Shades of Midnight Express #132145

Tints of Midnight Express #132145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 57.02%

R = 15.7%
G = 27.27%
B = 57.02%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#132145 (or 0x132145) is known color: Midnight Express. HEX triplet: 13, 21 and 45. RGB value is (19,33,69). Sum of RGB (Red+Green+Blue) = 19+33+69=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 69 (27.34% from 255 or 57.02% from 121); Max value from RGB is 69 - color contains mainly: blue. Hex color #132145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132145 is #ECDEBA. Grayscale: #202020. Windows color (decimal): -15523515 or 4530451. OLE color: 4530451.

HSL color Cylindrical-coordinate representation of color #132145: hue angle of 223.2º degrees, saturation: 0.57, 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 #132145 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 33 69 -
CMYK 0.72 0.52 0 0.73
HSL 223.2º 0.57% 0.17% -
HSV(B) 223.2º 0.72% 0.27% -
XYZ 1.89 1.66 5.85 -
YUV 32.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 19 33 69 0.72 0.52 0 0.73 223.2 0.57 0.17
Hex 13 21 45 48 34 0 49 DF 39 11
Octal 23 41 105 110 64 0 111 337 71 21
Binary 10011 100001 1000101 1001000 110100 0 1001001 11011111 111001 10001

Color Harmonies of #132145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132145

Black with #132145

Text Example


Text Example

White with #132145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132145; }

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

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

background-color css

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

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

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

border-color css

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

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

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