Html Css Color HEX #132546 Midnight Express

📋 copy color: '#132546'

red 19 ◦ green 37 ◦ blue 70

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

Shades of Midnight Express #132546

Tints of Midnight Express #132546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.37%

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

R = 15.08%
G = 29.37%
B = 55.56%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#132546 (or 0x132546) is known color: Midnight Express. HEX triplet: 13, 25 and 46. RGB value is (19,37,70). Sum of RGB (Red+Green+Blue) = 19+37+70=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 70 (27.73% from 255 or 55.56% from 126); Max value from RGB is 70 - color contains mainly: blue. Hex color #132546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132546 is #ECDAB9. Grayscale: #232323. Windows color (decimal): -15522490 or 4597011. OLE color: 4597011.

HSL color Cylindrical-coordinate representation of color #132546: hue angle of 218.82º 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 #132546 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 37 70 -
CMYK 0.73 0.47 0 0.73
HSL 218.82º 0.57% 0.17% -
HSV(B) 218.82º 0.73% 0.27% -
XYZ 2.04 1.9 6.05 -
YUV 35.38 147.54 116.32 -
System Red Green Blue C M Y K H S L
Decimal 19 37 70 0.73 0.47 0 0.73 218.82 0.57 0.17
Hex 13 25 46 49 2F 0 49 DB 39 11
Octal 23 45 106 111 57 0 111 333 71 21
Binary 10011 100101 1000110 1001001 101111 0 1001001 11011011 111001 10001

Color Harmonies of #132546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132546

Black with #132546

Text Example


Text Example

White with #132546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132546; }

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

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

background-color css

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

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

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

border-color css

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

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

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