Html Css Color HEX #132146 Midnight Express

📋 copy color: '#132146'

red 19 ◦ green 33 ◦ blue 70

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

Shades of Midnight Express #132146

Tints of Midnight Express #132146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 57.38%

R = 15.57%
G = 27.05%
B = 57.38%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#132146 (or 0x132146) is known color: Midnight Express. HEX triplet: 13, 21 and 46. RGB value is (19,33,70). Sum of RGB (Red+Green+Blue) = 19+33+70=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 70 (27.73% from 255 or 57.38% from 122); Max value from RGB is 70 - color contains mainly: blue. Hex color #132146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132146 is #ECDEB9. Grayscale: #202020. Windows color (decimal): -15523514 or 4595987. OLE color: 4595987.

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

Color convert

RGB 19 33 70 -
CMYK 0.73 0.53 0 0.73
HSL 223.53º 0.57% 0.17% -
HSV(B) 223.53º 0.73% 0.27% -
XYZ 1.92 1.67 6.02 -
YUV 33.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 19 33 70 0.73 0.53 0 0.73 223.53 0.57 0.17
Hex 13 21 46 49 35 0 49 E0 39 11
Octal 23 41 106 111 65 0 111 340 71 21
Binary 10011 100001 1000110 1001001 110101 0 1001001 11100000 111001 10001

Color Harmonies of #132146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132146

Black with #132146

Text Example


Text Example

White with #132146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132146; }

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

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

background-color css

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

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

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

border-color css

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

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

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